Fix memory leak. I thought asx_get_attrib() return a const char *,
commit9fc4150e7d51af6e1762026f545783eb87a99f19
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 12 Dec 2007 06:32:54 +0000 (12 06:32 +0000)
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 12 Dec 2007 06:32:54 +0000 (12 06:32 +0000)
tree51c04008564b2d7572e52ff246a80468334c2911
parente142bbab882d4197b3d60cc40489a4625d64b977
Fix memory leak. I thought asx_get_attrib() return a const char *,
but indeed it return string by strdup.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25375 b3059339-0415-0410-9bf9-f77b7e298cf2
libmenu/menu.c