set decoder member to null onDestroy, so it gets out of scope

pull/6/head
Ahmet Inan 2015-02-17 15:41:42 +01:00
rodzic 32641bdf30
commit 007dbb0a42
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -136,6 +136,7 @@ public class MainActivity extends Activity {
@Override
protected void onDestroy () {
decoder.destroy();
decoder = null;
manager.cancel(notifyID);
super.onDestroy();
}