summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-27 12:09:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-27 12:09:39 +0000
commit246f2a52382d7773e01a9cff69e1598a9a7bd91c (patch)
treeef0c3b53c18117a4e45430ee976f79e302eec66b /gtk2_ardour/ardour_ui.cc
parent72682c2069d210c6dfc8147ae7193f5f16c6d96b (diff)
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
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 2d4e948834..5eabae7719 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -3152,7 +3152,6 @@ ARDOUR_UI::write_buffer_stats ()
fout.close ();
cerr << "Ardour buffering statistics can be found in: " << path << endl;
- free (path);
}
void