Ignore:
Timestamp:
Jun 29, 2009, 7:19:14 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3144@localhost: bruno | 2009-06-26 12:18:08 +0200

  • Remove mr_string.c|.h useless and in de=uplication with mr_str.c|.h
  • Solve with valgrind's help some memroy leak (harmless mostly)
  • Solve a seg fault at end, when unallocating a bkpinfo member after the strcuture disallocation !
  • after mr_strtok, memory ssociated with the token needs to be free
  • Adds a new function free_newt_stuff to free newt related allocated memory
  • Do not exit if mr_free is unsuccessful, and only warn when debug > 8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-string.c

    r2237 r2241  
    11451145 * @note The returned string points to static storage that will be overwritten with each call.
    11461146 */
     1147/* BCO/BERLIOS change that function to allocate memory, return a pointer and modify caller to free the mem */
    11471148char *media_descriptor_string(t_bkptype type_of_bkp)
    11481149{
Note: See TracChangeset for help on using the changeset viewer.