소스 검색

Always allocate returned mapset (so that it can be freed)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40210 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 15 년 전
부모
커밋
ba2fe339fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/gis/find_file.c

+ 1 - 1
lib/gis/find_file.c

@@ -88,7 +88,7 @@ static const char *find_file(
 		G_warning(_("Using <%s@%s>"),
 			  pname, pselmapset);
 	    
-	    return pselmapset;
+	    return G_store(pselmapset);
 	}
     }
     /*