remove free() of stack-allocated path (leftover from pre-mkstemp() call)
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 27 Oct 2009 12:09:39 +0000 (12:09 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 27 Oct 2009 12:09:39 +0000 (12:09 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5940 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index 2d4e94883494a1bf291d578e1b5bb2bbd489e667..5eabae7719edfe987d1f5da14a96d73e8a1b43db 100644 (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