diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2013-11-19 07:51:56 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2013-11-19 07:51:56 +0000 |
| commit | 253b5ce2e24328c3b37210dacf4f7a137673099b (patch) | |
| tree | 6964ceaf91f8933c6484ee43cd5adf8ed40b3ca1 /libexec | |
| parent | d2805dcbc6966036125549107df747203c978cec (diff) | |
fix bad free
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/httpd/lua-bozo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/httpd/lua-bozo.c b/libexec/httpd/lua-bozo.c index 50f04385fac..11eab386f3e 100644 --- a/libexec/httpd/lua-bozo.c +++ b/libexec/httpd/lua-bozo.c @@ -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 <marc@msys.ch> @@ -445,7 +445,6 @@ out: free(uri); free(info); free(query); - free(command); free(file); return rv; } |
