is it o.k. for 'free' to be 0? in this case i need to wrap something which
cannot be freed (it is freed elsewhere)??
cheers.
-a
is it o.k. for 'free' to be 0? in this case i need to wrap something which
cannot be freed (it is freed elsewhere)??
cheers.
-a
Ara.T.Howard wrote:
is it o.k. for 'free' to be 0? in this case i need to wrap something
which cannot be freed (it is freed elsewhere)??
Yes, it's okay for both `mark' and `free' to be NULL.