Merge from savannah/emacs-30
3a76354e09
Adapt last change to non-NS systems
This commit is contained in:
commit
135ce96f1e
1 changed files with 2 additions and 1 deletions
|
@ -6505,7 +6505,8 @@ xpm_load_image (struct frame *f,
|
|||
if (ximg)
|
||||
{
|
||||
image_destroy_x_image (ximg);
|
||||
image_destroy_x_image (mask_img);
|
||||
if (mask_img)
|
||||
image_destroy_x_image (mask_img);
|
||||
image_clear_image (f, img);
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue