TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

MSVC/.NET Target - Passing pointer to pointer during shutdown fails #25

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

Passing PPHttpFilteringEngineCtl to C api during managed object destruction fails. Pointer cast doesn't even work, I forced it to and should have figured this wouldn't work. Possible workaround is to add a fe_ctl_destroy_unsafe that takes a straight pointer, rather than a PP that explicitly sets to null after.

TechnikEmpire commented 8 years ago

Resolved in next commit.