fix reference leak

This commit is contained in:
wmayer
2017-04-27 15:26:46 +02:00
parent 8c1aca1fb8
commit 7f42c31627

View File

@@ -351,6 +351,7 @@ void PyObjectBase::startNotify()
PyErr_Clear();
}
Py_DECREF(key1);
Py_DECREF(key2);
}
}