mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
fix memory corruption any time a SysEx display object is deleted
This commit is contained in:
parent
0f4d61ab30
commit
5fac2c66c9
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ SysEx::SysEx (
|
|||
|
||||
SysEx::~SysEx()
|
||||
{
|
||||
delete _flag;
|
||||
/* do not delete flag because it was added to a parent/container which
|
||||
will delete it.
|
||||
*/
|
||||
_flag = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue