D19767: Fix malloc/delete mismatch

Albert Astals Cid noreply at phabricator.kde.org
Thu Mar 14 21:04:58 GMT 2019


aacid added inline comments.

INLINE COMMENTS

> kio_sftp.cpp:446
>      cPath = QFile::decodeName(sPath);
> -    delete sPath;
> +    free(sPath);
>  

Use ssh_string_free_char ?

REPOSITORY
  R320 KIO Extras

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

To: hallas, #frameworks, dfaure, sitter
Cc: aacid, kde-frameworks-devel, kfm-devel, alexde, feverfew, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190314/0052a24f/attachment.htm>


More information about the kfm-devel mailing list