Hi,
The orthanc.pyi mentioned this sentence several times:
This string must be freed by OrthancPluginFreeString()
How to call this method from inside the python code?
Thanks
Hi,
The orthanc.pyi mentioned this sentence several times:
This string must be freed by OrthancPluginFreeString()
How to call this method from inside the python code?
Thanks
Hi,
Actually, the orthanc.pyi
comes from the C++ documentation. I think you can just ignore it. Strings are freed automatically.
HTH,
Alain
Hello,
I confirm.
Regards,
Sébastien-
Thanks