mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Remove provider free from mounter FFI example
This commit is contained in:
@@ -131,7 +131,6 @@ int main(int argc, char **argv) {
|
||||
fprintf(stderr, "Failed to connect to image mounter: [%d] %s", err->code,
|
||||
err->message);
|
||||
idevice_error_free(err);
|
||||
idevice_provider_free(provider);
|
||||
return 1;
|
||||
}
|
||||
idevice_provider_free(provider);
|
||||
|
||||
Reference in New Issue
Block a user