Commit af310564 by Richard Kenner

(do_include): Fix minor memory leak.

From-SVN: r9510
parent 5bec549e
...@@ -4579,6 +4579,7 @@ get_filename: ...@@ -4579,6 +4579,7 @@ get_filename:
strcat (p, "/"); strcat (p, "/");
strcat (p, fname); strcat (p, fname);
deps_output (p, ' '); deps_output (p, ' ');
free (p);
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment