diff options
| author | 2014-05-01 14:07:05 +0200 | |
|---|---|---|
| committer | 2014-05-01 14:07:05 +0200 | |
| commit | b236f8247a1d95181ea4b82fb691d9dde2ef5c57 (patch) | |
| tree | ef482ad72398b826e17a0b7c1508f5dc3d8ef2f8 | |
| parent | f9084ecb1a2274793e3819457920fc5c18f59140 (diff) | |
| download | ideviceinstaller-b236f8247a1d95181ea4b82fb691d9dde2ef5c57.tar.gz ideviceinstaller-b236f8247a1d95181ea4b82fb691d9dde2ef5c57.tar.bz2 | |
Plug another small memory leak
| -rw-r--r-- | src/ideviceinstaller.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
| 676 | } | 676 | } |
| 677 | elem = strtok(NULL, ","); | 677 | elem = strtok(NULL, ","); |
| 678 | } | 678 | } |
| 679 | free(opts); | ||
| 679 | } | 680 | } |
| 680 | 681 | ||
| 681 | err = instproxy_browse(ipc, client_opts, &apps); | 682 | err = instproxy_browse(ipc, client_opts, &apps); |
