Changeset 2578 in MondoRescue
- Timestamp:
- Feb 12, 2010, 1:35:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-archive.c
r2548 r2578 2113 2113 "feed_into_ntfsprog() called in background --- pid=%ld", 2114 2114 (long int) (pid)); 2115 mr_free(sz_devfile);2116 2115 } 2117 2116 } … … 2132 2131 ntfsprog_fifo, biggie_file_number, 2133 2132 noof_biggie_files, use_ntfsprog); 2133 2134 /* Free it here as ntfsprog_fifo is not used anymore */ 2135 mr_free(sz_devfile); 2136 2134 2137 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) { 2135 2138 write_header_block_to_stream((off_t)0,
Note:
See TracChangeset
for help on using the changeset viewer.