On -CURRENT, the theme-switcher-capplet will core dump with an abort trap due to a bad free() of a static allocated array. This patch fixes this problem by using malloc() to allocate lineptr instead of using static memory. Another way to fix this is to simply remove the call to free(lineptr). How-To-Repeat: Try to select a new theme on -CURRENT.
Responsible Changed From-To: freebsd-ports->gnome Over to maintainers
State Changed From-To: open->closed Patch committed, thank you very much! Please also submit it to GNOME bugzilla.