From 069d217aaa49e9dc285a264d2dce7eeb554a84e2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Sep 2009 14:54:36 -0400 Subject: I'm getting tirede of working on this --- wrapper/rvs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wrapper/rvs.c') 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; -- cgit v1.2.3-54-g00ecf