[Commits] [SCM] claws branch, master, updated. 3.17.3-13-g8df6eac

ticho at claws-mail.org ticho at claws-mail.org
Sat Dec 29 17:05:48 CET 2018


The branch, master has been updated
       via  8df6eac2dd029c47a162a6ea40d5321cbd6f4a58 (commit)
      from  35bfe2979688008d12691f564ced7e5531e1d57b (commit)

Summary of changes:
 src/gtk/w32_filesel.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit 8df6eac2dd029c47a162a6ea40d5321cbd6f4a58
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Dec 29 17:05:27 2018 +0100

    Restore line removed by mistake in previous commit.

diff --git a/src/gtk/w32_filesel.c b/src/gtk/w32_filesel.c
index 3a37b7b..6fd017f 100644
--- a/src/gtk/w32_filesel.c
+++ b/src/gtk/w32_filesel.c
@@ -170,6 +170,7 @@ static const gboolean _file_open_dialog(const gchar *path, const gchar *title,
 		win_filter16 = g_malloc0(conv_items*sz*2 + sz*3);
 		memcpy(win_filter16, filter16, conv_items*sz);
 		memcpy(win_filter16 + conv_items + 1, filter16, conv_items*sz);
+		g_free(filter16);
 
 		if (error != NULL) {
 			debug_print("dialog title '%s' conversion to UTF-16 failed\n", title);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list