1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Make it compile again

This commit is contained in:
Tae Won Ha 2016-10-08 19:09:16 +02:00
parent 503ce0a4ce
commit f6ff0696c4
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -124,7 +124,7 @@ static void server_ui_main(UIBridgeData *bridge, UI *ui) {
}
ui_bridge_stopped(bridge);
loop_close(&loop);
loop_close(&loop, false);
xfree(_server_ui_data);
xfree(ui);