From 14f3e792602027a19a27c71e4b70a131e9fe335c Mon Sep 17 00:00:00 2001 From: Palana Date: Mon, 28 Apr 2014 21:52:44 +0200 Subject: [PATCH] Add async texrender to cleanup --- libobs/obs-source.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libobs/obs-source.c b/libobs/obs-source.c index 2d9c493ab..176c33a1c 100644 --- a/libobs/obs-source.c +++ b/libobs/obs-source.c @@ -221,6 +221,7 @@ void obs_source_destroy(struct obs_source *source) source_frame_destroy(source->video_frames.array[i]); gs_entercontext(obs->video.graphics); + texrender_destroy(source->async_convert_texrender); texture_destroy(source->async_texture); gs_leavecontext();