mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 01:47:37 +08:00
* fixed a shit-ton of memory leaks (lots in the ipc log handler, oops)
* added non-pod data support to events (event delete can now call dtors) * improved cleanup of ipc message objects (because of non-pod event data support) * moved the "message received" event up to ipc server and client (passed on from proxies)
This commit is contained in:
@@ -50,6 +50,12 @@ HICON CArchMiscWindows::s_largeIcon = NULL;
|
||||
HICON CArchMiscWindows::s_smallIcon = NULL;
|
||||
HINSTANCE CArchMiscWindows::s_instanceWin32 = NULL;
|
||||
|
||||
void
|
||||
CArchMiscWindows::cleanup()
|
||||
{
|
||||
delete s_dialogs;
|
||||
}
|
||||
|
||||
void
|
||||
CArchMiscWindows::init()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user