[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)
commit637cb074a8f0e250abec208184248db2ce29222f
tree5a5af287c8f5749a5b39dd06a1965166287a7517
parent4a46c7689460b6b8f77fc4e8dca2026825cbef45
[project @ 2003-06-19 13:20:37 by simonmar]
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
Foreign/Marshal/Alloc.hs