CVSROOT: /cvs Module name: ports Changes by: [email protected] 2012/06/22 09:08:45
Modified files:
x11/gmtk : Makefile
x11/gmtk/patches: patch-src_gmtk_media_player_c
Added files:
x11/gmtk/patches: patch-src_gmtk_media_player_h
Log message:
Fix a subtle segmentation fault at program exit time:
gmtk_media_player_dispose() would be called multiple times, leading
to a double free from gdk_color_free()
(upstream svn revision r143)
