ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/emman.c
(Generate patch)

Comparing rxvt-unicode/src/emman.c (file contents):
Revision 1.2 by root, Fri Jun 29 22:10:09 2012 UTC vs.
Revision 1.3 by sf-exg, Sun Jul 14 08:42:51 2013 UTC

116 memcpy (ptr2, ptr, old_size); 116 memcpy (ptr2, ptr, old_size);
117 munmap (ptr, old_size); 117 munmap (ptr, old_size);
118 return ptr2; 118 return ptr2;
119 #endif 119 #endif
120 #else 120 #else
121 return realloc (ptr, size); 121 return realloc (ptr, new_size);
122 #endif 122 #endif
123} 123}
124 124
125void 125void
126chunk_free (void *ptr, size_t size) 126chunk_free (void *ptr, size_t size)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines