This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit d22ba3e7629976f6a55382140945e92a4d5600b7 Author: Justus Winter <[email protected]> Date: Wed Nov 6 16:10:37 2013 +0100 init: fix memory leak Found using the Clang Static Analyzer. * init/init.c (process_signal): Fix memory leak. --- init/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/init/init.c b/init/init.c index 94f1a9b..de5dd6b 100644 --- a/init/init.c +++ b/init/init.c @@ -961,6 +961,7 @@ process_signal (int signo) } launch_something (desc); + free (desc); } } } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
