UI: Fix memory leak of remux window

This commit is contained in:
Richard Stanway 2022-12-26 16:19:29 +01:00 committed by Ryan Foster
parent bff7928b50
commit 2ac43052f9

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);