Changeset 2578 in MondoRescue for branches


Ignore:
Timestamp:
Feb 12, 2010, 1:35:29 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Free the sz_devfile fifo for ntfs later as it was used in between, causing a problem to backup NTFS dev. Fix #392.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-archive.c

    r2548 r2578  
    21132113                            "feed_into_ntfsprog() called in background --- pid=%ld",
    21142114                            (long int) (pid));
    2115                     mr_free(sz_devfile);
    21162115                }
    21172116            }
     
    21322131                                  ntfsprog_fifo, biggie_file_number,
    21332132                                  noof_biggie_files, use_ntfsprog);
     2133
     2134            /* Free it here as ntfsprog_fifo is not used anymore */
     2135            mr_free(sz_devfile);
     2136
    21342137            if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
    21352138                write_header_block_to_stream((off_t)0,
Note: See TracChangeset for help on using the changeset viewer.