0

fixed huge memory leak when calling chunk_render on empty section

This commit is contained in:
Aaron Griffith
2012-03-01 15:55:47 -05:00
parent a9518d16d2
commit d1c5c14ff7
2 changed files with 23 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 26
#define OVERVIEWER_EXTENSION_VERSION 27
/* Python PIL, and numpy headers */
#include <Python.h>