Foldback: fix memory leak

This commit is contained in:
Robin Gareus
2023-11-29 02:20:09 +01:00
parent 55093b2095
commit de7d0a986b

View File

@@ -553,6 +553,7 @@ FoldbackStrip::init ()
FoldbackStrip::~FoldbackStrip ()
{
CatchDeletion (this);
delete _meter;
clear_send_box ();
}