From 5abd626fb1338dc6781f6a2febd7bfb1c906cc3d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 14 Jul 2016 12:47:29 +0200 Subject: update libquickmail from 0.1.20 to 0.1.24 --- src/mail.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mail.cpp') diff --git a/src/mail.cpp b/src/mail.cpp index 0c868d2..915a06b 100644 --- a/src/mail.cpp +++ b/src/mail.cpp @@ -12,6 +12,7 @@ mailer::mailer( std::string server, unsigned short port, std::string username, s mailer::~mailer( ) { quickmail_destroy( mailobj ); + quickmail_cleanup( ); } void mailer::send( ) -- cgit v1.2.3-54-g00ecf