From efd9c6f6dde0c7105dbb895072ee8f617cfc90a3 Mon Sep 17 00:00:00 2001 From: Kevin Walzer Date: Mon, 21 Dec 2020 03:09:39 +0000 Subject: Patch to fix memory leak in runtime linking of libnotify from Christian Werner --- unix/tkUnixSysNotify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/tkUnixSysNotify.c b/unix/tkUnixSysNotify.c index afecb8e..e764929 100755 --- a/unix/tkUnixSysNotify.c +++ b/unix/tkUnixSysNotify.c @@ -140,6 +140,7 @@ SysNotifyCmd( notify_notification_show(notif, NULL); Tcl_DStringFree(&dsm); Tcl_DStringFree(&dst); + Tcl_FreeEncoding(enc); } return TCL_OK; -- cgit v0.12