1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 07:13:24 +03:00

Make compile again

This commit is contained in:
Tae Won Ha 2016-10-09 17:56:50 +02:00
parent 8b8ec33dd9
commit fc15e31aa0
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); ui_bridge_stopped(bridge);
loop_close(&loop, false); loop_close(&loop);
xfree(_server_ui_data); xfree(_server_ui_data);
xfree(ui); xfree(ui);