Do you mean that you call a destructor explicitly?
No, indirectly:
Qt Code:
  1. delete reply->manager();
To copy to clipboard, switch view to plain text mode 

Do you know if the slot is always called, including for errors and timeouts?
I can clean up the memory fine if the slot is always called.