mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Fix freeing of a stack allocation. Fix bad LC_ASSERT definition on non-Windows platforms
This commit is contained in:
@@ -25,5 +25,5 @@
|
||||
#include <crtdbg.h>
|
||||
#define LC_ASSERT _ASSERTE
|
||||
#else
|
||||
#define LC_ASSERT
|
||||
#define LC_ASSERT(x)
|
||||
#endif
|
||||
Reference in New Issue
Block a user