DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11915>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11915 Utility for freeing memory ------- Additional Comments From [EMAIL PROTECTED] 2002-11-28 09:28 ------- Making the method inline would not solve the problem. The method must be compiled into and executed inside the dll to ensure usage of the correct memory pool. Make the method into a standard method (declaration in .hpp and implementation in .cpp) and it would ensure correct memory management. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
