summaryrefslogtreecommitdiff
path: root/wrapper/rvs.c
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-06 04:32:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:14 -0600
commitb1e41f328ea871696dae7024a7a1aa6e173f3b26 (patch)
tree2a98eaec8e76ff3123bad63bb650036fae1b2eff /wrapper/rvs.c
parentea8a13dfa2a25f52cc245a8992fbff5d1e41106d (diff)
it's prollu not worthy of a commit, but I'm going to `hit the hay'.
Diffstat (limited to 'wrapper/rvs.c')
-rw-r--r--wrapper/rvs.c3
1 files changed, 2 insertions, 1 deletions
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;
}