Commit 2983b7c9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Revert "src/xvba_video_glx.c: Do not leak msg on displayed picture."

This reverts commit 752043de.
parent f367919b
......@@ -226,10 +226,10 @@ static void *render_thread(void *arg)
msg->flags
);
glx_output_surface_unlock(obj_output);
free(msg);
num_surfaces++;
break;
}
free(msg);
}
gl_destroy_context(obj_output->render_context);
......
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