Ignore:
Timestamp:
May 27, 2014, 5:53:14 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove from mindi 2 functions replaced by perl code (ReadAllLink by mr-read-all-link and ProcessLDD by mr-process-ldd)
  • Redirect mindi execution to mondo log on the fly to try to improve percentage display with newt (not finished yet)
  • Introduce a new global var MINDI_LOGFILE and use it everywhere
  • Fix some memory free mising (thanks valgrind)
  • Remove a call to rpm to log packages - not portable
  • Works with valgrind locally to create images in dir
File:
1 edited

Legend:

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

    r3235 r3292  
    420420        mr_free(bkpinfo->exclude_devs);
    421421        mr_free(bkpinfo->exclude_paths);
     422        mr_free(bkpinfo->include_paths);
    422423        mr_free(bkpinfo->subdir);
    423424        /* Then free the structure */
     
    609610            g_isoform_scale = newtScale(3, 3, 34, 100);
    610611            newtCenteredWindow(40, 7, ttl);
     612            if (g_isoform_main != NULL) {
     613                newtFormDestroy(g_isoform_main);
     614            }
    611615            g_isoform_main = newtForm(NULL, NULL, 0);
    612616            g_isoform_timeline = newtLabel(1, 5, "                    ");
Note: See TracChangeset for help on using the changeset viewer.