summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index 01e39544..6fff3462 100644
--- a/send.c
+++ b/send.c
@@ -1683,7 +1683,7 @@ cleanup:
if(signas)
{
- safe_free((void **) &PgpSignAs);
+ FREE (&PgpSignAs);
PgpSignAs = signas;
}
}