Ignore:
Timestamp:
Jul 22, 2009, 2:03:44 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix a printing error in mindi for the tar command
  • Fix all mr_asprintf which had no second param as a string
File:
1 edited

Legend:

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

    r2241 r2290  
    224224        newtFormDestroy(g_isoform_main);
    225225        newtPopWindow();
     226
     227        /* Reset globals */
    226228        g_isoform_main = NULL;
    227229        g_isoform_old_progress = -1;
    228     }
    229 
     230        g_isoform_header = NULL;
     231        g_isoform_scale = NULL;
     232        g_isoform_timeline = NULL;
     233        g_isoform_pcline = NULL;
     234}
    230235
    231236/**
     
    252257        newtFormDestroy(g_progressForm);
    253258        newtPopWindow();
     259
     260        /* Reset globals */
    254261        g_progressForm = NULL;
    255262        g_current_progress = -999;
     263        g_timeline = NULL;
     264        g_percentline = NULL;
     265        g_scale = NULL;
     266
    256267    }
    257268
     
    288299        char *command;
    289300        static bool already_exiting = FALSE;
    290         int i;
    291301
    292302        /*@ end vars **************************************************** */
Note: See TracChangeset for help on using the changeset viewer.