03-20-2012 10:53 AM
For every call to GetSequenceFileEx() there needs to be a matching call to ReleaseSequenceFileEx(). You do not appear to have such matching calls. Basically whenever you call GetSequenceFileEx you are adding an editor reference to whatever file you called it on, you must then call ReleaseSequenceFileEx on that reference once you are done with it in order to release the editor reference.
Hope this helps,
-Doug
03-22-2012 03:41 AM
Hi Doug,
I've checked code again and solution was found. Point was that when object is used, after that need to be released. Otherwise, problems occurs if object was not released when is not in use.
best regards,
branar