1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 06:43:24 +03:00

Release data

This commit is contained in:
Tae Won Ha 2018-05-13 11:09:40 +02:00
parent 65961a28ce
commit 579dce9ff4
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -72,6 +72,7 @@ static CFDataRef local_server_callback(CFMessagePortRef local, SInt32 msgid, CFD
return data_async(data, neovim_focus_gained);
default:
CFRelease(data);
return NULL;
}