Ignore:
Timestamp:
Jan 25, 2011, 10:44:33 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #443. To be tested.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/newt-specific.c

    r2424 r2697  
    432432                mr_asprintf(&command, "rm -Rf %s", bkpinfo->tmpdir);
    433433                system(command);
    434                 paranoid_free(command);
     434                mr_free(command);
    435435            }
    436436        }
     
    441441                mr_asprintf(&command, "rm -Rf %s", bkpinfo->scratchdir);
    442442                system(command);
    443                 paranoid_free(command);
     443                mr_free(command);
    444444            }
    445445        }
     
    448448        mr_free(bkpinfo->netfs_proto);
    449449        mr_free(bkpinfo->exclude_devs);
     450        mr_free(bkpinfo->exclude_paths);
    450451
    451452        /* Then free the structure */
Note: See TracChangeset for help on using the changeset viewer.