mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-17 08:27:39 +02:00
added plugin unload and cleanup #4313
This commit is contained in:
parent
10cddb97a8
commit
85813fd49b
16 changed files with 86 additions and 19 deletions
|
@ -79,7 +79,7 @@ invoke(const char* command, void** args)
|
|||
}
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
cleanup()
|
||||
{
|
||||
if (g_secureSocket != NULL) {
|
||||
|
@ -89,8 +89,6 @@ cleanup()
|
|||
if (g_secureListenSocket != NULL) {
|
||||
delete g_secureListenSocket;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue