diff options
| -rw-r--r-- | tools/idevicebackup4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index ae63feb..3208c1e 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -1103,6 +1103,7 @@ static int handle_receive_files(plist_t message, const char *backup_dir) | |||
| 1103 | mobilebackup2_receive_raw(mobilebackup2, fname, nlen-1, &r); | 1103 | mobilebackup2_receive_raw(mobilebackup2, fname, nlen-1, &r); |
| 1104 | debug_buf(fname, r); | 1104 | debug_buf(fname, r); |
| 1105 | free(fname); | 1105 | free(fname); |
| 1106 | remove(bname); | ||
| 1106 | } | 1107 | } |
| 1107 | // TODO error handling?! | 1108 | // TODO error handling?! |
| 1108 | mobilebackup2_send_status_response(mobilebackup2, 0, NULL, plist_new_dict()); | 1109 | mobilebackup2_send_status_response(mobilebackup2, 0, NULL, plist_new_dict()); |
