Changeset 1174 in MondoRescue for branches/stable/mondo/src/lib
- Timestamp:
- Feb 16, 2007, 1:22:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/lib/mr_mem.c
r1156 r1174 86 86 void mr_allocstr_int(char *alloc, const char *orig, int line, const char *file) { 87 87 88 mr_free_int((void **)&alloc, line, file); 88 if (alloc != NULL) { 89 mr_free_int((void **)&alloc, line, file); 90 } 89 91 mr_asprintf_int(&alloc, line, file, orig); 90 92 }
Note:
See TracChangeset
for help on using the changeset viewer.