Skip to content

Commit c4b03be

Browse files
tgymnichchristiangnrd
authored andcommitted
remove finalizer
1 parent d3b4588 commit c4b03be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mtl/log_state.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export MTLLogStateDescriptor
77
function MTLLogStateDescriptor()
88
handle = @objc [MTLLogStateDescriptor alloc]::id{MTLLogStateDescriptor}
99
obj = MTLLogStateDescriptor(handle)
10-
finalizer(release, obj)
1110
@objc [obj::id{MTLLogStateDescriptor} init]::id{MTLLogStateDescriptor}
1211
return obj
1312
end

0 commit comments

Comments
 (0)