diff options
author | Thomas Martitz <thomas.martitz@student.htw-berlin.de> | 2013-11-16 09:34:47 +1100 |
---|---|---|
committer | Thomas Martitz <thomas.martitz@student.htw-berlin.de> | 2013-11-16 09:34:47 +1100 |
commit | 3248620b402246620855acd33fff375301931c36 (patch) | |
tree | 1d721330f527d5ecec869cb3cd2cb35a09f49f75 /test/unit/unitTest.cxx | |
parent | 3288ef280b52b3b8d8ddf9be6ea16b46788ed6bb (diff) | |
download | scintilla-mirror-3248620b402246620855acd33fff375301931c36.tar.gz |
ScintillaGTK: Call superclass finalize() in ScintillaObject
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.
Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
Diffstat (limited to 'test/unit/unitTest.cxx')
0 files changed, 0 insertions, 0 deletions