diff options
Diffstat (limited to 'gurpmi2')
-rwxr-xr-x | gurpmi2 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -373,6 +373,8 @@ return_with_exit_code: # Show postponed message before exiting $urpm->{error}->($urpm::postponed_msg) if $urpm::postponed_code != 0; + # Workaround a segfault by explicitly deleting the window (mga#21167) + undef $mainw; exit $exit_code; } |