mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
disable "Kill the GUI thread"
This commit is contained in:
1
README
1
README
@@ -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).
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user