DiscussionsIssue archiveOther usage issues

Archived discussion

memory allocated

Other usage issuesFri, 10/06/2000 - 00:261 reply

Browse this forum
QuestionAuthor

I'm using opencascade from a windows dll.

Everything works find except that only half on the memory allocated by opencascade gets released at the end.

Is there a function to call to release that memory ?

any idea ?

Thanks.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi !

I am not sure what you mean here, do mean when you exit the application ?, all memory is always released when the application terminates. Nothing can prevent this, even a bad application with lots of memory leaks is forced to release all allocated memory when it terminates.

Also, where do you get the information that all memory was not released ?

Commenter-1