Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134740
Collapse All | Expand All

(-)mjpegtools-1.8.0/lavtools/lav_io.c (-1 / +1 lines)
Lines 881-887 Link Here
881
            }
881
            }
882
out:
882
out:
883
	for (j = 0; j < channels; j++)
883
	for (j = 0; j < channels; j++)
884
            qt_audio[(channels*i) + j] = qt_audion[j][i];
884
            free(qt_audion[j]);
885
885
886
	 free(qt_audion);
886
	 free(qt_audion);
887
         return(res);
887
         return(res);

Return to bug 134740