mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02: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;
|
ourMemStats.currentBytes -= mt->u.hint.thisSize;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return free(mt);
|
free(mt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user