mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 04:12:46 +00:00
Fix Windows crash caused by calling js_free (which calls free from the wrong CRT).
Fix some warnings. This was SVN commit r8873.
This commit is contained in:
@@ -284,6 +284,7 @@ public:
|
||||
public:
|
||||
StructuredClone();
|
||||
~StructuredClone();
|
||||
JSContext* m_Context;
|
||||
uint64* m_Data;
|
||||
size_t m_Size;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user