Closed deinst closed 3 years ago
Using the try-finally construction to do cleanup seems to be the standard way of freeing char * pointers. I have only tested this on my mac, so treat it with suspicion.
Yes, this should do the trick. Thanks!
Using the try-finally construction to do cleanup seems to be the standard way of freeing char * pointers. I have only tested this on my mac, so treat it with suspicion.