I have a QT project with a String being deallocated:
inline QString::~QString() { if (!d->ref.deref()) Data::deallocate(d); }
Can I print the