Commit 45428ac1 authored by Rémi Duraffort's avatar Rémi Duraffort

vout_directx: fix memleak.

parent 6d5d33d4
......@@ -1272,6 +1272,7 @@ static int NewPictureVec( vout_thread_t *p_vout, picture_t *p_pic )
}
}
}
free( pi_codes );
}
if( b_result )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment