From: <ti...@da...> - 2007-03-26 12:40:47
|
I've checked your frame indexes fix in 0.3. The code is calling sel_seq->frame_indexes.clear(); and then using sel_seq->frame_indexes[i] which is bad. You should make a copy of the whole array and pick values from that instead... Damn, I have *a lot* of heavy changes to commit in trunk, but I can connect no more to internet from my university home. And computers at university don't have svn installed either. This is bad... Bye T |