xwayland/selection: fix little memory leak on error

This commit is contained in:
emersion 2018-04-26 15:59:58 +01:00
parent 874909dca6
commit c119c43b48
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ static bool source_get_targets(struct wlr_xwm_selection *selection,
char **mime_type_ptr =
wl_array_add(mime_types, sizeof(*mime_type_ptr));
if (mime_type_ptr == NULL) {
free(mime_type);
break;
}
*mime_type_ptr = mime_type;