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:
parent
503ce0a4ce
commit
f6ff0696c4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user