How to call OrthancPluginFreeString() from python plugin

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

1 Like

Hello,

I confirm.

Regards,
Sébastien-

1 Like

Thanks