Ignore:
Timestamp:
Sep 17, 2009, 3:45:24 AM (15 years ago)
Author:
Bruno Cornec
Message:

Removes some malloc_string static allocation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-cli.c

    r2389 r2405  
    654654
    655655    /*@ buffers ** */
    656     char *tmp = NULL;
    657656    char *tmp1 = NULL;
    658657    char *tmp2 = NULL;
     
    668667
    669668    struct stat buf;
    670 
    671     malloc_string(tmp);
    672669
    673670    assert(bkpinfo != NULL);
     
    13771374        finish(0);
    13781375    }
    1379     mr_free(tmp);
    13801376
    13811377    if ((flag_set['L']) && (! bkpinfo->restore_data)) {
Note: See TracChangeset for help on using the changeset viewer.