Pretty obvious bug thrown up by new memory allocator...
This commit is contained in:
+1
-1
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user