fix memory track free return warning
This commit is contained in:
parent
8e3f83e152
commit
e3f72effb2
@ -1003,7 +1003,7 @@ static INLINE int CurrentDir(const char* str)
|
|||||||
ourMemStats.currentBytes -= mt->u.hint.thisSize;
|
ourMemStats.currentBytes -= mt->u.hint.thisSize;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return free(mt);
|
free(mt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user