Thread: Avisynth+
View Single Post
Old 28th March 2018, 02:52   #4011  |  Link
`Orum
Registered User
 
Join Date: Sep 2005
Posts: 178
Quote:
Originally Posted by Motenai Yoda View Post
I also notice some memory leak since few releases, with avspmod
I noticed something similar with ThrowError() and a lot of text, where AvsPmod (and not AviSynth+ I think--I'll have to test in another app when I have time) would essentially turn into this:
Code:
for(;;)
    malloc(1000000);
In any case I would never assume leaks or bugs are in AviSynth+ by testing with only AvsPmod, considering how insanely buggy AvsPmod alone is.
__________________
My filters: DupStep | PointSize

Last edited by `Orum; 28th March 2018 at 03:03.
`Orum is offline