We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f40989 commit e2292aaCopy full SHA for e2292aa
ggml/src/ggml-metal.m
@@ -450,7 +450,14 @@ @implementation GGMLMetalClass
450
GGML_LOG_ERROR("%s: error: %s\n", __func__, [[error description] UTF8String]);
451
return NULL;
452
}
453
+
454
+#if !__has_feature(objc_arc)
455
+ [options release];
456
+#endif
457
458
+#if GGML_METAL_EMBED_LIBRARY
459
+ [src release];
460
+#endif // GGML_METAL_EMBED_LIBRARY
461
462
463
0 commit comments