wayland: fix double free in wp_viewporter_interface_destroy
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
0527d376b7
commit
2499f82933
1 changed files with 1 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ static wayland_protocol_t* wp_viewporter_setup(MwU32 name, struct _MwLLWayland*
|
|||
}
|
||||
|
||||
static void wp_viewporter_interface_destroy(struct _MwLLWayland* wayland, wayland_protocol_t* data) {
|
||||
free(data->listener);
|
||||
// free(data->listener);
|
||||
}
|
||||
|
||||
/* the two decoration manager constructs */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue