Skip to content

Commit adc6c5c

Browse files
committed
bug fix
1 parent 41fcc50 commit adc6c5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Acid.Cam.v2.OSX/ac.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,6 +2697,7 @@ namespace ac {
26972697
frames[i] = frames[i-1];
26982698
}
26992699
*frames[0] = frame.clone();
2700+
27002701
}
27012702

27022703
unsigned long getSize() {
@@ -2795,6 +2796,7 @@ namespace ac {
27952796
reset_filter = false;
27962797
completedRows = 0;
27972798
col_lock.unlock();
2799+
frames_released = false;
27982800
return false;
27992801
}
28002802
return true;

0 commit comments

Comments
 (0)