disable "Kill the GUI thread"

This commit is contained in:
Martijn van Brummelen
2017-02-12 22:23:28 +01:00
parent f71b23afc4
commit 16e78b8523
2 changed files with 3 additions and 0 deletions

1
README
View File

@@ -22,6 +22,7 @@ RELEASE NOTES
v0.22
- Use const *banner instead of nwipe_options.banner(Cleanup of code)
- Update manpage
- Disable the "Kill the GUI thread" since it segfaults
v0.21
- Fix ETA not updating properly and bad total throughput display. Thanks (Niels Bassler).

View File

@@ -577,6 +577,7 @@ void *signal_hand(void *ptr)
}
// Kill the GUI thread
/* DISABLE since it creates a segfault
if( !nwipe_options.nogui )
{
if ( nwipe_misc_thread_data->gui_thread )
@@ -585,6 +586,7 @@ void *signal_hand(void *ptr)
*nwipe_misc_thread_data->gui_thread = 0;
}
}
*/
if( !nwipe_options.nogui )
nwipe_gui_free();