From dbd499c654ffc8f1195fc03bd06680045bc0e306 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Sep 2009 00:09:41 -0400 Subject: I like this --- wrapper/rvs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wrapper/rvs.c') diff --git a/wrapper/rvs.c b/wrapper/rvs.c index cf2b708..50343e4 100644 --- a/wrapper/rvs.c +++ b/wrapper/rvs.c @@ -38,9 +38,8 @@ main ( int argc, char *argv[] ) struct plugin_command_list *list; list=plugin_find_commands(plugins,argv[1]); plugin_depend_list(list,plugins); - puts(""); + plugin_free_list(list); } - puts("freeing..."); plugin_free_plugin(plugins); return 0; } -- cgit v1.2.3-54-g00ecf