Thread: Avisynth+
View Single Post
Old 29th December 2019, 23:28   #5020  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Quote:
Originally Posted by Groucho2004 View Post
Some info on the old 'delete' for AVS 2.5:
https://forum.doom9.org/showthread.p...te#post1631151

And the benefit of the newer DeleteScriptEnvironment():
https://forum.doom9.org/showthread.p...te#post1512400

When AVSMeter still used the 2.5 interface, I used this to destroy IScriptEnvironment (which was a tip IanB gave me and worked fine):

AVS_env->~IScriptEnvironment();
AVS_env = 0;
Wow, crazy stuff! Thanks for the tip Groucho, I think that might solve my problem permanently!
gpower2 is offline