Merge pull request #707 from larsiusprime/patch-1

Update ExternalInterface.cpp
This commit is contained in:
Joshua Granick
2016-04-05 12:36:45 -07:00

View File

@@ -1206,7 +1206,11 @@ namespace lime {
// TODO: Make this more consistent
free ((char*) path);
//This free() causes crashes on mac at least. Commenting it out makes it work
//again but may cause a small memory leak. Some more consideration is
//necessary to figure out what to do here
//free ((char*) path);
}