Index: trunk/psLib/src/jpeg/psImageJpeg.c
===================================================================
--- trunk/psLib/src/jpeg/psImageJpeg.c	(revision 32597)
+++ trunk/psLib/src/jpeg/psImageJpeg.c	(revision 32634)
@@ -8,4 +8,9 @@
 
 #include <kapa.h>
+#undef free
+// note: when using OHANA_MEMORY, kapa.h includes ohana.h, etc re-define free to use the
+// internal function this file does not use ohana memory management directly (ALLOCATE/free),
+// so we can undef it and allow psMemory.h to poison it
+
 #include "psMemory.h"
 #include "psImage.h"
