Don't leak doxygenTranslator in Python module.
Delete the pointer we allocate, just as in Java module.
This commit is contained in:
parent
984d5fa299
commit
c6ef433b9b
1 changed files with 5 additions and 0 deletions
|
|
@ -259,6 +259,11 @@ public:
|
|||
director_multiple_inheritance = 1;
|
||||
director_language = 1;
|
||||
}
|
||||
|
||||
~PYTHON() {
|
||||
delete doxygenTranslator;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Thread Implementation
|
||||
* ------------------------------------------------------------ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue