13
0

Possibly-useful assert.

git-svn-id: svn://localhost/ardour2/branches/3.0@7558 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-07 23:29:22 +00:00
parent e430668431
commit 54d019cdd6

View File

@ -69,6 +69,7 @@ SndFileDescriptor::close ()
{
/* we must have a lock on the FileManager's mutex */
assert (_sndfile);
sf_close (_sndfile);
_sndfile = 0;
}