diff -Nru gtetrinet-0.7.10/debian/changelog gtetrinet-0.7.10/debian/changelog --- gtetrinet-0.7.10/debian/changelog 2006-12-02 10:54:51.000000000 +0200 +++ gtetrinet-0.7.10/debian/changelog 2006-12-02 10:54:52.000000000 +0200 @@ -1,3 +1,11 @@ +gtetrinet (0.7.10-1ubuntu0.1) edgy-proposed; urgency=low + + * Applied patch from upstream + - fix for malone #73720 (Crashes on first startup) + - Closes also malone [SRU] bug #74133 + + -- ville palo Sat, 2 Dec 2006 10:38:23 +0200 + gtetrinet (0.7.10-1) unstable; urgency=high * New upstream release. diff -Nru gtetrinet-0.7.10/src/config.c gtetrinet-0.7.10/src/config.c --- gtetrinet-0.7.10/src/config.c 2005-03-18 23:19:17.000000000 +0200 +++ gtetrinet-0.7.10/src/config.c 2006-12-02 10:54:52.000000000 +0200 @@ -193,7 +193,6 @@ /* if there is no theme configured, then we fallback to DEFAULTTHEME */ if (!p || !p[0]) { - g_free (p); g_string_assign(currenttheme, DEFAULTTHEME); gconf_client_set_string (gconf_client, "/apps/gtetrinet/themes/theme_dir", currenttheme->str, NULL); }