14 Jun
2005
14 Jun
'05
4:06 p.m.
On 6/14/05, Alex Villacís Lasso <a_villacis(a)palosanto.com> wrote:
While trying to isolate an AVIFile bug, this other bug showed up. The function TransformFilter_Release tries to decrement a reference counter on a NULL pClock, which inmediately segfaults. This patch corrects this bug:
Changelog: * Check for NULL before IReferenceClock_Release in TransformFilter_Release
You forgot the patch :-) Tom
Alex Villacís Lasso