Blame SOURCES/mtx-1.3.12-fix-resource-leak.patch

45ab98
--- a/mtxl.c	2016-03-16 18:53:48.947779146 +0100
45ab98
+++ b/mtxl.c	2016-03-16 18:55:15.592873800 +0100
45ab98
@@ -1283,7 +1283,7 @@
45ab98
 #endif
45ab98
 			ParseElementStatus(	EmptyStorageElementAddress, &EmptyStorageElementCount,
45ab98
 								DataBuffer, ElementStatus, mode_sense, NULL);
45ab98
-
45ab98
+			free(DataBuffer);
45ab98
 			ElementStatus->StorageElementCount += ElementStatus->ImportExportCount;
45ab98
 		}
45ab98