diff options
| author | 2024-03-27 02:49:14 +0100 | |
|---|---|---|
| committer | 2024-03-27 02:49:14 +0100 | |
| commit | 9649448434ab5c674d2cc11f76e69e6ee5e9dc09 (patch) | |
| tree | 338ddba18d7a917649c9085fd9cf47c99cf23209 /tools | |
| parent | 49f4ceb1ea45a2096e34c9bd42269132c90dbb48 (diff) | |
| download | libimobiledevice-9649448434ab5c674d2cc11f76e69e6ee5e9dc09.tar.gz libimobiledevice-9649448434ab5c674d2cc11f76e69e6ee5e9dc09.tar.bz2 | |
tools: Fix memory leak in idevicedevmodectl
Thanks to @Fidetro for reporting the issue.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicedevmodectl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicedevmodectl.c b/tools/idevicedevmodectl.c index 9997cf3..bd1de6a 100644 --- a/tools/idevicedevmodectl.c +++ b/tools/idevicedevmodectl.c | |||
| @@ -389,6 +389,7 @@ int main(int argc, char *argv[]) | |||
| 389 | 389 | ||
| 390 | if ((op == OP_ENABLE || op == OP_ARM) && dev_mode_status) { | 390 | if ((op == OP_ENABLE || op == OP_ARM) && dev_mode_status) { |
| 391 | if (dev_mode_status) { | 391 | if (dev_mode_status) { |
| 392 | idevice_free(device); | ||
| 392 | printf("DeveloperMode is already enabled.\n"); | 393 | printf("DeveloperMode is already enabled.\n"); |
| 393 | return 0; | 394 | return 0; |
| 394 | } | 395 | } |
