REVIEW: Memory Leak - naNewContext()

8,184 bytes in 1 blocks are still reachable
This commit is contained in:
Scott Giese 2020-08-22 18:07:11 -05:00
parent d18c9910e8
commit e1a6602a59

View File

@ -210,6 +210,7 @@ naContext naNewContext()
initContext(c);
} else {
UNLOCK();
// REVIEW: Memory Leak - 8,184 bytes in 1 blocks are still reachable
c = (naContext)naAlloc(sizeof(struct Context));
initTemps(c);
initContext(c);