diff --git a/src/ld65/main.c b/src/ld65/main.c index 0c87cf1d3..538540221 100644 --- a/src/ld65/main.c +++ b/src/ld65/main.c @@ -245,7 +245,6 @@ static void OptConfig (const char* Opt attribute ((unused)), const char* Arg) Error ("Cannot find config file `%s'", Arg); } else { CfgSetName (PathName); - xfree (PathName); } }