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);
|
initContext(c);
|
||||||
} else {
|
} else {
|
||||||
UNLOCK();
|
UNLOCK();
|
||||||
|
// REVIEW: Memory Leak - 8,184 bytes in 1 blocks are still reachable
|
||||||
c = (naContext)naAlloc(sizeof(struct Context));
|
c = (naContext)naAlloc(sizeof(struct Context));
|
||||||
initTemps(c);
|
initTemps(c);
|
||||||
initContext(c);
|
initContext(c);
|
||||||
|
Loading…
Reference in New Issue
Block a user