mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 07:58:15 +01:00
remove free() of stack-allocated path (leftover from pre-mkstemp() call)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5940 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72682c2069
commit
246f2a5238
1 changed files with 0 additions and 1 deletions
|
|
@ -3152,7 +3152,6 @@ ARDOUR_UI::write_buffer_stats ()
|
|||
fout.close ();
|
||||
|
||||
cerr << "Ardour buffering statistics can be found in: " << path << endl;
|
||||
free (path);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue