Changeset 150 for branches/1.0
- Timestamp:
- 09/10/2006 12:30:09 AM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.0/mem.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/mem.c
r112 r150 251 251 { 252 252 void *newp = xc_mem_malloc(mem, size); 253 if (p ) {253 if (p && newp) { 254 254 memcpy(newp, p, size); 255 255 xc_mem_free(mem, p);

