dictation-toolbox / natlink

Natlink provides the interface between Dragon and python
Other
25 stars 17 forks source link

Explicitly free memory allocated #164

Closed LexiconCode closed 1 year ago

LexiconCode commented 1 year ago

Fixes https://github.com/dictation-toolbox/natlink/issues/141 by setting program_name and explicitly free memory by name ref using PyMem_RawFree

Should be fine on v14/15

While all this does remedy the issue. This is most likely a workaround for a yet unknown underlying issue with python 3 c++ embedded and dns 13