[Pvfs2-cvs] commit by pw in pvfs2/src/io/bmi: bmi.c

CVS commit program cvs at parl.clemson.edu
Wed Jul 18 16:35:36 EDT 2007


Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb1:/tmp/cvs-serv7027/src/io/bmi

Modified Files:
	bmi.c 
Log Message:
Free one bit of memory on normal exit.


Index: bmi.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi.c,v
diff -u -p -p -u -r1.83 -r1.84
--- bmi.c	6 Jul 2007 03:25:59 -0000	1.83
+++ bmi.c	18 Jul 2007 20:35:36 -0000	1.84
@@ -465,6 +465,9 @@ int BMI_finalize(void)
     free(known_method_table);
     known_method_count = 0;
 
+    if (method_usage)
+        free(method_usage);
+
     /* destroy the reference list */
     /* (side effect: destroys all method addresses as well) */
     ref_list_cleanup(cur_ref_list);



More information about the Pvfs2-cvs mailing list