Fix memory leak

This commit is contained in:
Daniel Winzen 2015-05-02 10:38:11 +02:00
parent bab4d91a78
commit e97e1a3897

View File

@ -822,6 +822,7 @@ int main(int argc, char **argv)
}
else cout << "received a frame from an unwanted track" << endl;
}
delete[] Tracks;
#endif // OLD
}
catch (exception & Ex)