diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2013-07-02 16:57:45 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-07-02 17:01:46 -0400 |
| commit | 477c7237e1f09695f37f062c2bb5520bc3a9ed4c (patch) | |
| tree | 5dfc30f0886570378261ef219c923d40c487ca18 /src | |
| parent | wayland-server: Remove error event posting from wl_resource_create (diff) | |
| download | wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.tar wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.tar.gz wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.tar.bz2 wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.tar.lz wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.tar.xz wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.tar.zst wayland-477c7237e1f09695f37f062c2bb5520bc3a9ed4c.zip | |
wayland-server: Remove left-over double free in unbind_resource() helper
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c index 4efc270..5410553 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -620,7 +620,6 @@ static void unbind_resource(struct wl_resource *resource) { wl_list_remove(&resource->link); - free(resource); } static void |
