diff options
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 1ef174f534e..1ef3bbf2c12 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -737,6 +737,7 @@ prefix_from_string (const char *p, struct path_prefix *pprefix) else endp++; } + free (nstore); } /* Main program. */ |