3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

client: do display quit on exit

This commit is contained in:
Tim Kourt 2017-06-05 14:29:42 -07:00 committed by Denis Kenzior
parent 3bfbe72e33
commit 8071b51168

View File

@ -471,4 +471,6 @@ void display_exit(void)
l_io_destroy(io);
l_signal_remove(resize_signal);
display_quit();
}