anthonyfieroni added inline comments.

INLINE COMMENTS

> kioslave.cpp:132
> +    const int newArgc = argc - 1;
> +    char ** newArgv = new char*[newArgc];
> +    newArgv[0] = argv[0];

Now has a leak, use vector instead.

REPOSITORY
  R241 KIO

BRANCH
  2019_freebsd_fixed

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

To: dfaure, sitter, davidedmundson, apol, adridg
Cc: anthonyfieroni, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to