SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Possible memory leak #202

Closed ravenjohn closed 6 years ago

ravenjohn commented 6 years ago

Noticed that in internal/internal.ts the callbacks are stored on a variable and not freed/deleted after being used(called). This will cause the function pointer to stay on the variable and take up memory until the end of runtime.