Pretty obvious bug thrown up by new memory allocator...

This commit is contained in:
alexhudson
2009-06-01 15:53:30 +00:00
parent 8f7c48ea3c
commit c79ba43c69
+1 -1
View File
@@ -73,7 +73,7 @@ typedef struct _MsgSQLHandle {
} stmts;
BongoMemStack *memstack;
XplSemaphore *transactionLock;
XplSemaphore transactionLock;
int transactionDepth;
int lockTimeoutMs;
BOOL isNew; // have we just created this?