From b236f8247a1d95181ea4b82fb691d9dde2ef5c57 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 1 May 2014 14:07:05 +0200 Subject: Plug another small memory leak --- src/ideviceinstaller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 256e841..17f7c17 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c @@ -676,6 +676,7 @@ run_again: } elem = strtok(NULL, ","); } + free(opts); } err = instproxy_browse(ipc, client_opts, &apps); -- cgit v1.1-32-gdbae