mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +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 () {
|
virtual ~Data () {
|
||||||
|
std::cerr << "Data @ " << this << " being deleted, data ptr = " << data << " cb = " << destroy_callback << std::endl;
|
||||||
if (destroy_callback) {
|
if (destroy_callback) {
|
||||||
destroy_callback(data, destroy_arg);
|
destroy_callback(data, destroy_arg);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue