* Fix many memory leaks in Android FS code

* Set SDL error string with Java exception details when one occurs
* Fix tabulation of SDLActivity::getContext
This commit is contained in:
Tim Angus
2011-08-26 13:11:53 +01:00
parent 586e5b252b
commit edc8ca6ac0
2 changed files with 109 additions and 52 deletions

View File

@@ -114,9 +114,9 @@ public class SDLActivity extends Activity {
mSingleton.sendCommand(COMMAND_CHANGE_TITLE, title);
}
public static Context getContext() {
return mSingleton;
}
public static Context getContext() {
return mSingleton;
}
// Audio
private static Object buf;