From 1cd25a1595ef75eda9ddfb11ab0131255eb0effc Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 10 Sep 2014 10:24:07 -0400 Subject: [PATCH] Revert "bugfix: When we free the pixmap, clear any user data set on the resource" This reverts commit b41dbbe9cf52e1807eda078c6d898085c73ecff7. Revert this ... it works, but it's not the "proper" fix as it just causes the crash(s) to happen elsewhere ... time to dig deeper --- src/bin/e_pixmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index 1ae242163..ed8552ec1 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -97,7 +97,7 @@ _e_pixmap_free(E_Pixmap *cp) break; case E_PIXMAP_TYPE_WL: #if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY) - if (cp->resource) wl_resource_set_user_data(cp->resource, NULL); + /* NB: No-Op. Nothing to free. image data no longer memcpy'd */ #endif break; default: