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.
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 afe_ctl_destroy_unsafe
that takes a straight pointer, rather than aPP
that explicitly sets to null after.