From b1e41f328ea871696dae7024a7a1aa6e173f3b26 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 6 Sep 2009 04:32:03 -0400 Subject: it's prollu not worthy of a commit, but I'm going to `hit the hay'. --- wrapper/rvs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wrapper/rvs.c') diff --git a/wrapper/rvs.c b/wrapper/rvs.c index 56162ac..7063cce 100644 --- a/wrapper/rvs.c +++ b/wrapper/rvs.c @@ -27,9 +27,10 @@ const char *libexecdir="./plugins"; const char *plugin_conf="plugin.conf"; int -main (void) +main ( int argc, char *argv[] ) { struct plugin_tree *plugins=load_plugins(libexecdir,plugin_conf); + xfree(plugins); return 0; } -- cgit v1.2.3-2-g168b