bluetiger9 / SmtpClient-for-Qt

An SMTP Client writen in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
https://github.com/bluetiger9/SmtpClient-for-Qt/wiki
GNU Lesser General Public License v2.1
449 stars 226 forks source link

It actually send email but crashes the application #160

Closed jancotipsarevic closed 1 month ago

jancotipsarevic commented 2 months ago

Hello, the library crashes the application executing sendMail function but the email is successfully sent. Qt version:6.7.2 Kits tested:MinGW_64_bit and MSVC2019_64bit Connection Type: TcpConnection Thank you very much

ocgltd commented 2 months ago

I suspect this is duplicate of this issue

Cause is freeing pointer it should not

jancotipsarevic commented 2 months ago

Yes it looks may be the same, thank you.

bluetiger9 commented 1 month ago

This should be fixed now. See #158.