diff --git a/cyassl/test.h b/cyassl/test.h index 73682320f..bc41a7d46 100644 --- a/cyassl/test.h +++ b/cyassl/test.h @@ -1003,7 +1003,7 @@ static INLINE int CurrentDir(const char* str) ourMemStats.currentBytes -= mt->u.hint.thisSize; #endif - return free(mt); + free(mt); }