summaryrefslogtreecommitdiff
path: root/wrapper/rvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/rvs.c')
-rw-r--r--wrapper/rvs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrapper/rvs.c b/wrapper/rvs.c
index 881b65f..9414475 100644
--- a/wrapper/rvs.c
+++ b/wrapper/rvs.c
@@ -41,6 +41,7 @@ main ( int argc, char *argv[] )
list=plugin_find_commands(plugins,argv[1]);
plugin_depend_list(list,plugins);
}
+ puts("freeing...");
plugin_free_plugin(plugins);
foobar();
return 0;