NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

releasing objects TSobj

Solved!
Go to solution

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

0 Kudos
Message 11 of 12
(787 Views)
Solution
Accepted by topic author branar

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

0 Kudos
Message 12 of 12
(776 Views)