REVIEW: Memory Leak - naNewContext()
8,184 bytes in 1 blocks are still reachable
This commit is contained in:
parent
d18c9910e8
commit
e1a6602a59
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user