--- android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2011/03/23 21:47:26 1243 +++ android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2011/03/26 01:49:11 1244 @@ -178,6 +178,8 @@ protected void onDestroy() { super.onDestroy(); + stationsFetched.removeMessages(0); + if (locationLookup != null) { locationLookup.stopSearch();