Memory leak in SMTP Client string trim
authorHarlow Solutions <citadel@harlowsolutions.com>
Tue, 18 Jul 2023 20:05:04 +0000 (16:05 -0400)
committerHarlow Solutions <citadel@harlowsolutions.com>
Tue, 18 Jul 2023 20:05:04 +0000 (16:05 -0400)
commit402ee003177c1a52da60a40fc098b305f59f177f
treed9c9c4f76f9f944f01ae278b5be616679e60f6e1
parenteaa5fd8ad0d576c8e34ec04083e5462119f85e35
Memory leak in SMTP Client string trim

serv_smtpclient.c: Removed unused variable 't' from trim_response() which was malloc'ing memory
citadel/server/modules/smtp/serv_smtpclient.c