Skip to content

Commit cb67f29

Browse files
committed
Fix memory leak when GUI window is closed (RustAudio#198)
1 parent 1b8ec99 commit cb67f29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gl/macos.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ impl GlContext {
9191

9292
view.setWantsBestResolutionOpenGLSurface_(YES);
9393

94-
let () = msg_send![view, retain];
9594
NSOpenGLView::display_(view);
9695
parent_view.addSubview_(view);
9796

0 commit comments

Comments
 (0)