Test qcms_profile_from_file() with malloc-fail
diff --git a/malloc-fail.c b/malloc-fail.c
index 7b9ecf5..a196a00 100644
--- a/malloc-fail.c
+++ b/malloc-fail.c
@@ -91,6 +91,9 @@
 		qcms_profile_release(input_profile);
 	if (rgb)
 		qcms_profile_release(rgb);
+	rgb = qcms_profile_from_path("sample-trunc.icc");
+	if (rgb)
+		qcms_profile_release(rgb);
 }
 
 static int current_counter;