Comment 91 for bug 841806

Revision history for this message
In , Mark Kretschmann (kretschmann) wrote :

For the record, this could be interesting:

<bcooksley> markey: see NetworkAccessManagerProxy.cpp
<bcooksley> i'm not sure I like the
<bcooksley> reply->deleteLater()
<bcooksley> combined with the qDeleteAll( callbacks ) and the destructor of CallBackData
<bcooksley> looks like a qpointer guarded double delete