* 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 3d9a685099
commit 6f0f508a4f
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;