mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 10:29:31 +01:00
fix memory track free return warning
This commit is contained in:
@@ -1003,7 +1003,7 @@ static INLINE int CurrentDir(const char* str)
|
||||
ourMemStats.currentBytes -= mt->u.hint.thisSize;
|
||||
#endif
|
||||
|
||||
return free(mt);
|
||||
free(mt);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user