Calling "post" on QNetworkAccessManager returns pointer to QNetworkReply that is later passed to a connected slot as a parameter.

Questions:
Who is responsible to deleting it ?
If it should be deleted manually - where is the right place to do it?
If it is managed by Qt - when it is deleted?