Fix AviSynthWrapper reference counting again

Originally committed to SVN as r34.
This commit is contained in:
Fredrik Mellbin 2006-01-28 15:23:48 +00:00
parent 7012a6b0b2
commit 732aa4a1ba
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ AviSynthWrapper::AviSynthWrapper() {
int memoryMax = Options.AsInt(_T("Avisynth MemoryMax"));
if (memoryMax != 0)
env->SetMemoryMax(memoryMax);
avs_refcount++;
}
avs_refcount++;
}
///////////////////////