tDumb g_free() bug fixed - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f37888f3ebfe3d74f74b83d9c8674e7ec69363a6
 (DIR) parent 0b0900487675ad81cf31a8e1c559cdd267e02836
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 26 Feb 2002 14:22:38 +0000
       
       Dumb g_free() bug fixed
       
       
       Diffstat:
         M src/dopewars.c                      |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -2313,7 +2313,6 @@ gchar *GetLocalConfigFile(void)
          home = getenv("HOME");
          if (home) {
            conf = g_strdup_printf("%s/.dopewars", home);
       -    g_free(home);
          }
          return conf;
        #endif