Module Name:    src
Committed By:   mbalmer
Date:           Tue Nov 19 07:51:56 UTC 2013

Modified Files:
        src/libexec/httpd: lua-bozo.c

Log Message:
fix bad free


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/libexec/httpd/lua-bozo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/httpd/lua-bozo.c
diff -u src/libexec/httpd/lua-bozo.c:1.7 src/libexec/httpd/lua-bozo.c:1.8
--- src/libexec/httpd/lua-bozo.c:1.7	Wed Nov 13 21:46:22 2013
+++ src/libexec/httpd/lua-bozo.c	Tue Nov 19 07:51:56 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: lua-bozo.c,v 1.7 2013/11/13 21:46:22 christos Exp $	*/
+/*	$NetBSD: lua-bozo.c,v 1.8 2013/11/19 07:51:56 mbalmer Exp $	*/
 
 /*
  * Copyright (c) 2013 Marc Balmer <m...@msys.ch>
@@ -445,7 +445,6 @@ out:
 	free(uri);
 	free(info);
 	free(query);
-	free(command);
 	free(file);
 	return rv;
 }

Reply via email to