diff options
| author | 2008-08-21 19:38:33 +0200 | |
|---|---|---|
| committer | 2008-08-21 19:38:33 +0200 | |
| commit | 842db4ebceb84b3df05f2539bc84e94d77b1768b (patch) | |
| tree | 5596e8df66d8d18a243796f56a2b756805df613a /src/AFC.c | |
| parent | e87e41bb24bbda2e87e6c89d2cc5b9a986ccd346 (diff) | |
| download | libimobiledevice-842db4ebceb84b3df05f2539bc84e94d77b1768b.tar.gz libimobiledevice-842db4ebceb84b3df05f2539bc84e94d77b1768b.tar.bz2 | |
fixes duplicates free
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -239,7 +239,6 @@ static int receive_AFC_data(AFClient *client, char **dump_here) { | |||
| 239 | if(param1 == 0) { | 239 | if(param1 == 0) { |
| 240 | if (debug) fprintf(stderr, "... false alarm, but still\n"); | 240 | if (debug) fprintf(stderr, "... false alarm, but still\n"); |
| 241 | *dump_here = NULL; | 241 | *dump_here = NULL; |
| 242 | free(r_packet); | ||
| 243 | return 0; | 242 | return 0; |
| 244 | } | 243 | } |
| 245 | else { if (debug) fprintf(stderr, "Errno %i\n", param1); } | 244 | else { if (debug) fprintf(stderr, "Errno %i\n", param1); } |
