fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
438 stars 16 forks source link

Fix leaking C.CStrings #7

Closed fzwoch closed 2 years ago

fzwoch commented 2 years ago

All over the place we need to gracefully handle the C.CString() values. They are leaking and are some annoyance between Go and C's memory model.