1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

1. Updated CoInitializseEx() to MULTITHREAD when running service in console mode

2. Updated Cleanup code for COM, so that Release is not called from finalizer
3. Updated installer to create WebRTC UDP firewall rule
This commit is contained in:
Bryan Roe
2021-11-09 15:21:16 -08:00
parent 4fcdd211b1
commit bc40427b26
6 changed files with 40 additions and 10 deletions

View File

@@ -339,6 +339,7 @@ function query(resourceString, queryString, fields)
results.funcs.Release(results.Deref());
services.funcs.Release(services.Deref());
locator.funcs.Release(locator);
return (ret);
}