mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix alloc-dealloc-mismatch (video image)
This commit is contained in:
parent
5d73567ce2
commit
92d6cb9933
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public:
|
|||
if (destroy_callback) {
|
||||
destroy_callback(data, destroy_arg);
|
||||
} else {
|
||||
free(data);
|
||||
delete [] data;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue