mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 23:25:27 +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:
@@ -40,6 +40,11 @@ main(int argc, char **argv)
|
||||
CArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||
#endif
|
||||
|
||||
CArch arch;
|
||||
arch.init();
|
||||
|
||||
CLog log;
|
||||
|
||||
string lockFile;
|
||||
for (int i = 0; i < argc; i++) {
|
||||
if (string(argv[i]).compare("--lock-file") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user