mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
cairo image crash debugging
This commit is contained in:
parent
f88cfdb478
commit
dfdb91b429
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ public:
|
|||
{}
|
||||
|
||||
virtual ~Data () {
|
||||
std::cerr << "Data @ " << this << " being deleted, data ptr = " << data << " cb = " << destroy_callback << std::endl;
|
||||
if (destroy_callback) {
|
||||
destroy_callback(data, destroy_arg);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue