1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

nicely close camera when quitting qtox from opened av tab, fixes #2037

This commit is contained in:
agilob 2015-10-11 07:50:08 +01:00
parent 7c6ac40d21
commit cffac87cbd
No known key found for this signature in database
GPG Key ID: 296F0B764741106C

View File

@ -74,6 +74,7 @@ AVForm::AVForm() :
AVForm::~AVForm()
{
killVideoSurface();
Translator::unregister(this);
delete bodyUI;
}