Clean up fugly debug printing stuff.

git-svn-id: svn://localhost/ardour2/branches/3.0@4588 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-15 22:10:32 +00:00
parent 5b71b9333a
commit 72f2f6e47e
2 changed files with 52 additions and 97 deletions

View file

@ -669,6 +669,8 @@ SMFSource::load_model(bool lock, bool force_reload)
_model->end_write(false);
_model->set_edited(false);
_model_iter = _model->begin();
free(buf);
}