[project @ 2003-06-19 13:20:37 by simonmar]
authorsimonmar <unknown>
Thu, 19 Jun 2003 13:20:37 +0000 (13:20 +0000)
committersimonmar <unknown>
Thu, 19 Jun 2003 13:20:37 +0000 (13:20 +0000)
Fix reallocBytes: when size is zero, it is supposed to act like free.
Which it did, except that we were complaining about the NULL return
value from C's realloc and reporting it as an error.

MERGE TO STABLE


No differences found