From 5e65bc97384f4b48bb01f4f5d81c1b698756e520 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 11 Jul 2017 21:42:27 +0100 Subject: Workaround a segfault in gurpmi (mga#21167) --- gurpmi2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gurpmi2') diff --git a/gurpmi2 b/gurpmi2 index 50726071..ca8d87f8 100755 --- a/gurpmi2 +++ b/gurpmi2 @@ -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; } -- cgit v1.2.1