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:
Ykkrosh
2011-01-29 17:50:42 +00:00
parent 03c75100ab
commit 6af877a1cb
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -284,6 +284,7 @@ public:
public:
StructuredClone();
~StructuredClone();
JSContext* m_Context;
uint64* m_Data;
size_t m_Size;
};