From 52340fa0e132766e9a0d1e5a95d45282725cdf97 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 10 Feb 2008 16:29:50 +0000 Subject: memory leak fixed in notify_thread_app() check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable --- src/utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index bad5d88..6cdc246 100755 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $calcurse: utils.c,v 1.41 2008/01/20 10:45:39 culot Exp $ */ +/* $calcurse: utils.c,v 1.42 2008/02/10 16:29:50 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3-54-g00ecf