ITS#3981 from HEAD - ch_realloc(addr,0)

This commit is contained in:
Howard Chu 2005-09-28 15:26:34 +00:00
parent 99f1ec0815
commit ad06d2f4aa

View file

@ -80,6 +80,7 @@ ch_realloc(
if( size == 0 ) {
ch_free( block );
return NULL;
}
ctx = sl_context( block );