diff options
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[]) if ((op == OP_ENABLE || op == OP_ARM) && dev_mode_status) { if (dev_mode_status) { + idevice_free(device); printf("DeveloperMode is already enabled.\n"); return 0; } |