Saving users memory.
authorphillbush <phillbush@cock.li>
Sat, 30 May 2020 01:52:55 +0000 (22:52 -0300)
committerphillbush <phillbush@cock.li>
Sat, 30 May 2020 01:52:55 +0000 (22:52 -0300)
commit15dfafdfb1f994e204561a7572ad66985e0d5898
treef4bbffb1c254c7c242e9a34efc4a4d424e288f73
parent4f898cc3af0d158a07fc695551c6fc0e0c7d290c
Saving users memory.

When the item->label and item->output are the same, XMenu now only
strdup() the item->label and make item->output equal to item->label.
This saves memory when the user do not write a output specification
in the input.
xmenu.c