summaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'crypt')
-rw-r--r--crypt/md5-crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c
index 66eda28d0c..2ca1021307 100644
--- a/crypt/md5-crypt.c
+++ b/crypt/md5-crypt.c
@@ -257,7 +257,7 @@ __md5_crypt (const char *key, const char *salt)
static void
-__attribute__ ((__constructor__))
+__attribute__ ((__destructor__))
free_mem (void)
{
free (buffer);