Codebase list wlroots / 103edde
xdg-activation-v1: fix wlr_xdg_activation_v1_create error path Simon Ser 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
338338 &xdg_activation_v1_interface, XDG_ACTIVATION_V1_VERSION, activation,
339339 activation_bind);
340340 if (activation->global == NULL) {
341 free(activation->global);
341 free(activation);
342342 return NULL;
343343 }
344344