dovecot-2.0: Compile fix for non-Linux.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Dec 9 21:14:02 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/3d13ea0c687f
changeset: 10436:3d13ea0c687f
user: Timo Sirainen <tss at iki.fi>
date: Wed Dec 09 14:13:53 2009 -0500
description:
Compile fix for non-Linux.
diffstat:
1 file changed, 2 insertions(+)
src/lib/process-title.c | 2 ++
diffs (12 lines):
diff -r 73679e39f072 -r 3d13ea0c687f src/lib/process-title.c
--- a/src/lib/process-title.c Fri Nov 27 15:41:04 2009 +0000
+++ b/src/lib/process-title.c Wed Dec 09 14:13:53 2009 -0500
@@ -136,6 +136,8 @@ void process_title_set(const char *title
void process_title_deinit(void)
{
+#ifdef PROCTITLE_HACK
free(argv_memblock);
free(environ_memblock);
+#endif
}
More information about the dovecot-cvs
mailing list