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:
Paul Davis 2009-10-27 12:09:39 +00:00
parent 72682c2069
commit 246f2a5238

View file

@ -3152,7 +3152,6 @@ ARDOUR_UI::write_buffer_stats ()
fout.close ();
cerr << "Ardour buffering statistics can be found in: " << path << endl;
free (path);
}
void