mirror of https://github.com/wolfSSL/wolfssl.git
fix memory track free return warning
parent
8e3f83e152
commit
e3f72effb2
|
@ -1003,7 +1003,7 @@ static INLINE int CurrentDir(const char* str)
|
|||
ourMemStats.currentBytes -= mt->u.hint.thisSize;
|
||||
#endif
|
||||
|
||||
return free(mt);
|
||||
free(mt);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue