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

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