From 483fe8889210cf7a0f8fc7f204cd3f1c08b237a6 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 28 Aug 2000 15:11:44 +0000 Subject: Free()ing memory allocated through alloca() is Not A Good Thing. svn path=/trunk/; revision=5078 --- camel/providers/mbox/camel-mbox-summary.c | 1 - 1 file changed, 1 deletion(-) (limited to 'camel/providers/mbox') diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c index 2a297594d7..adfad1312d 100644 --- a/camel/providers/mbox/camel-mbox-summary.c +++ b/camel/providers/mbox/camel-mbox-summary.c @@ -659,7 +659,6 @@ camel_mbox_summary_sync(CamelMboxSummary *mbs, gboolean expunge, CamelException if (unlink(tmpname) != -1) goto retry_out; - free (tmpname); tmpname = NULL; g_warning ("Something failed (yo!)"); camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, -- cgit v1.2.3