Skip to content

Commit 4ed32ae

Browse files
committed
don't release str for macos pbuffer
1 parent f3444d0 commit 4ed32ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

macos.m

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
encoding:NSUTF8StringEncoding];
3333

3434
[pb setString:str forType:NSPasteboardTypeString];
35-
[str release];
3635

3736
ce_debug("added %zu bytes to macos pasteboard", len);
3837
}

0 commit comments

Comments
 (0)