diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/idevicesetlocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesetlocation.c b/tools/idevicesetlocation.c index ffa285e..412b47c 100644 --- a/tools/idevicesetlocation.c +++ b/tools/idevicesetlocation.c @@ -183,7 +183,7 @@ int main(int argc, char **argv) s = 0; service_send(service, buf, len, &s); } - + idevice_free(device); return 0; |