Files
znc/modules/modpython
Alexey Sokolov b8330296a2 Fix memory leak in modpython.
Update typemaps for CString from latest SWIG.

The relevant change is "free p;" -> "delete p;"
CString object itself was deleted, but its destructor wasn't called,
so it couldn't free the underlying character data.

Fix #1017
2015-08-04 23:44:48 +01:00
..
2014-12-31 11:28:38 +01:00
2015-08-04 23:44:48 +01:00
2013-11-14 22:39:34 +04:00
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00
2014-12-31 11:28:38 +01:00