diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-10 14:21:06 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-10 14:21:06 +0000 |
| commit | 9ef4b143f371d6b1b38a3abebcf38b336e03a583 (patch) | |
| tree | 02a718848e032435341085b823f9f861e98fd3d3 /lib/gui/elistboxcontent.cpp | |
| parent | 55d6d7730a8f206d777bd70f5ca72933d4c3ec6b (diff) | |
| download | enigma2-9ef4b143f371d6b1b38a3abebcf38b336e03a583.tar.gz enigma2-9ef4b143f371d6b1b38a3abebcf38b336e03a583.zip | |
fix memleak
Diffstat (limited to 'lib/gui/elistboxcontent.cpp')
| -rw-r--r-- | lib/gui/elistboxcontent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp index d72b21bc..ae66e40a 100644 --- a/lib/gui/elistboxcontent.cpp +++ b/lib/gui/elistboxcontent.cpp @@ -260,6 +260,7 @@ eListboxPythonStringContent::eListboxPythonStringContent() eListboxPythonStringContent::~eListboxPythonStringContent() { + Py_XDECREF(m_list); } void eListboxPythonStringContent::cursorHome() |
