Jens

Results 2 comments of Jens

After further investigation of the wrapper's source code we have a hypothesis for the memory leak. The response to the validator info request is transformed to a C string with...

We patched the javascript wrapper locally and added `indy_vdr_string_free()` to test our hypothesis. Calling `indy_vdr_string_free()` leads to crashes because of invalid frees.