aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-06 00:16:15 -0500
committerDavid Robillard <d@drobilla.net>2023-01-06 16:11:33 -0500
commitf8802f31089656379f056eb390c0d38484589136 (patch)
tree17889eac5f77f0b463d0244b9d39065af54e0965 /src
parent2e8e543725e7e3b375321b93c0f5a2e684b60911 (diff)
downloadpugl-f8802f31089656379f056eb390c0d38484589136.tar.gz
pugl-f8802f31089656379f056eb390c0d38484589136.tar.bz2
pugl-f8802f31089656379f056eb390c0d38484589136.zip
MacOS: Fix repeated realize/unrealize
Diffstat (limited to 'src')
-rw-r--r--src/mac.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mac.m b/src/mac.m
index 658c807..5236d43 100644
--- a/src/mac.m
+++ b/src/mac.m
@@ -1186,7 +1186,6 @@ puglUnrealize(PuglView* const view)
if (impl->wrapperView) {
[impl->wrapperView removeFromSuperview];
- impl->wrapperView->puglview = NULL;
}
if (impl->window) {