|
From: SourceForge.net <no...@so...> - 2008-03-14 16:17:42
|
Feature Requests item #1914168, was opened at 2008-03-14 10:38 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=362740&aid=1914168&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Private: No Submitted By: abhishek Srivastava (abhiabhi001) Assigned to: Nobody/Anonymous (nobody) Summary: Memory Issue Initial Comment: Hi I am totally new to Quantlib. I have gone through many codes. The use of pointers is very good but there is no arrangement for freeing those pointer variables.There is no module to free the memory reserved by these pointers. Thanks Abhishek ---------------------------------------------------------------------- >Comment By: Luigi Ballabio (lballabio) Date: 2008-03-14 17:17 Message: Logged In: YES user_id=75450 Originator: NO This tracker is for requesting features to be added to the library. For requesting explanations, please use the quantlib-users mailing list. (Anyway, shared_ptr takes care of the deletion. See the docs at the Boost web site.) Luigi ---------------------------------------------------------------------- Comment By: Luigi Ballabio (lballabio) Date: 2008-03-14 17:16 Message: Logged In: YES user_id=75450 Originator: NO This tracker is for requesting features to be added to the library. For requesting explanations, please use the quantlib-users mailing list. (Anyway, shared_ptr takes care of the deletion. See the docs at the Boost web site.) Luigi ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=362740&aid=1914168&group_id=12740 |