apol added inline comments.

INLINE COMMENTS

> httpworker.cpp:36
> +    HTTPWorkerNAM()
> +        : nam(new QNetworkAccessManager)
> +        , mutex(new QMutex)

These all are leaking.

> httpworker.cpp:48
> +    QNetworkAccessManager* nam;
> +    QMutex* mutex;
> +

Drop *, leaking mutexes

REPOSITORY
  R304 KNewStuff

REVISION DETAIL
  https://phabricator.kde.org/D5638

To: leinir, whiting, apol
Cc: #frameworks

Reply via email to