missing decref from patch #19258

This commit is contained in:
2009-11-22 14:57:19 +00:00
parent c36f78dd41
commit 20dc752e14

View File

@@ -424,6 +424,9 @@ void KX_Scene::RunDrawingCallbacks(PyObject* cb_list)
PyErr_Print();
PyErr_Clear();
}
else {
Py_DECREF(ret);
}
}
}
}