Ignore:
Timestamp:
Mar 27, 2012, 12:40:46 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fixes some valgrind warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/common/libmondo-filelist.c

    r2918 r2970  
    13661366        malloc_string(name_of_evalcall_form);
    13671367        malloc_string(find_skeleton_marker);
    1368         while((token = mr_strtok (sth, delims, &lastpos))) {
     1368        while((token = mr_strtok(sth, delims, &lastpos))) {
    13691369          mr_asprintf(&strtmp,"%s", find_excludes);
    13701370          paranoid_free(find_excludes);
Note: See TracChangeset for help on using the changeset viewer.