Fix segfault when creating a tearoff menu using a Pixmap background.
commit53e434f47c4266fe80c81b636e7c9c1e47974274
authortadam <tadam>
Sun, 3 Jan 2010 12:08:48 +0000 (3 12:08 +0000)
committertadam <tadam>
Sun, 3 Jan 2010 12:08:48 +0000 (3 12:08 +0000)
tree5fb59521eeb0b68d4131ad03937ac3527373646e
parenta6e25627e9dc4d3225320c232802735b12af9055
Fix segfault when creating a tearoff menu using a Pixmap background.

When we copy the original menustyle to the new torn-off menu which
contains a background image, don't then update the menu's pixel
background color, as this is already free()d for us by an earlier copy
call in menustyle_copy().
ChangeLog
NEWS
fvwm/menustyle.c