version 1.201 | | version 1.202 |
---|
| | |
------------------------------------------------------------------------------ | | ------------------------------------------------------------------------------ |
Changes for CVS: | | Changes for CVS: |
| | |
| | plugin/plugin_python.c, server/plugin.c: Fix type mismatches between plugin |
| | interface and implementation. |
plugin/plugin_python.c, server/plugin.c: Add/remove "static" to/from some | | plugin/plugin_python.c, server/plugin.c: Add/remove "static" to/from some |
variables. Fixes a memory leak in CFPython.SaveObject(). | | variables. Fixes a memory leak in CFPython.SaveObject(). |
plugin/plugin_python.c: Fix reference counting for Python objects. | | plugin/plugin_python.c: Fix reference counting for Python objects. |