There is the additional problem that `free` is not well defined when you cross 
DLL boundaries. You can easily call the wrong clib's free function. In fact, 
you should avoid C/C++ libraries with such basic design mistakes... ;-) 

Reply via email to