diff options
Diffstat (limited to 'gcc/c-incpath.c')
-rw-r--r-- | gcc/c-incpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-incpath.c b/gcc/c-incpath.c index abd738c027e..b350a21e942 100644 --- a/gcc/c-incpath.c +++ b/gcc/c-incpath.c @@ -83,7 +83,7 @@ free_path (path, reason) break; } - free ((PTR) path->name); + free (path->name); free (path); } |