On 15 August 2016 at 12:19, Aaryaman Vasishta jem456.vasishta@gmail.com wrote:
Sorry, I meant 125481 (v4). Should I resend that one?
Well no, that one has other issues. This patch looks otherwise fine to me, but you should split
IDirect3DRMFrame3_AddRef(*scene = &frame->IDirect3DRMFrame3_iface);
into
*scene = &frame->IDirect3DRMFrame3_iface; IDirect3DRMFrame3_AddRef(*scene);