Foldback: fix memory leak

This commit is contained in:
Robin Gareus 2023-11-29 02:20:09 +01:00
parent 55093b2095
commit de7d0a986b
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

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