From f9a13fe3bb5eed38ddfb9e26dc43208d9ad92f4f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 25 May 2006 18:15:54 +0000 Subject: Instead of g_free()ing 'str' in the if and else blocks, just g_free it 2006-05-25 Jeffrey Stedfast * e-msg-composer.c (drop_action): Instead of g_free()ing 'str' in the if and else blocks, just g_free it after the if-else block. svn path=/trunk/; revision=32033 --- composer/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 1f0db2e8fb..317e305386 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,8 @@ 2006-05-25 Jeffrey Stedfast + * e-msg-composer.c (drop_action): Instead of g_free()ing 'str' in + the if and else blocks, just g_free it after the if-else block. + * e-msg-composer-select-file.c (select_attach_response): Replace 'if (!filename)' with 'if (filename)', fixes a bug in Srini's patch. -- cgit v1.2.3