Ticket #13228: 20180227_1946_android_segfault.patch
| File 20180227_1946_android_segfault.patch, 594 bytes (added by , 8 years ago) |
|---|
-
mythtv/programs/mythfrontend/main.cpp
diff --git a/mythtv/programs/mythfrontend/main.cpp b/mythtv/programs/mythfrontend/main.cpp index da49fa9..29c17d5 100644
a b namespace 263 263 264 264 void cleanup() 265 265 { 266 qApp->processEvents(); 267 DestroyMythMainWindow(); 266 268 #ifdef USING_AIRPLAY 267 269 MythRAOPDevice::Cleanup(); 268 270 MythAirplayServer::Cleanup(); … … namespace 287 289 pmanager = NULL; 288 290 } 289 291 290 DestroyMythMainWindow();291 292 292 delete gContext; 293 293 gContext = NULL; 294 294
