commit 4d2ca760bb6fa13aeac2234d5d36525f3c34bfe6
Author: Robert Nelson <robertn@the-nelsons.org>
Date:   Wed May 30 01:31:32 2007 +0000

    Fix memory leak - Thanks to tcawley

--- a/mtxl.c
+++ b/mtxl.c
@@ -1288,6 +1288,8 @@
 								DataBuffer, ElementStatus, mode_sense, NULL);
 
 			ElementStatus->StorageElementCount += ElementStatus->ImportExportCount;
+
+			free(DataBuffer);
 		}
 
 		/* ----------------- DRIVES ---------------------- */
