Skip to content

Commit 005f868

Browse files
committed
remove finalizer
1 parent 3bdcc94 commit 005f868

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)