UI: Fix memory leak of remux window

This commit is contained in:
Richard Stanway
2023-02-15 13:40:13 -05:00
committed by Ryan Foster
parent bff7928b50
commit 2ac43052f9
+2
View File
@@ -2677,6 +2677,8 @@ OBSBasic::~OBSBasic()
if (about)
delete about;
delete remux;
obs_display_remove_draw_callback(ui->preview->GetDisplay(),
OBSBasic::RenderMain, this);