mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
parent
12e1a6f73d
commit
06962c7728
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ BufferSet::clear()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (LV2Buffers::iterator i = _lv2_buffers.begin(); i != _lv2_buffers.end(); ++i) {
|
for (LV2Buffers::iterator i = _lv2_buffers.begin(); i != _lv2_buffers.end(); ++i) {
|
||||||
free ((*i).second);
|
lv2_evbuf_free ((*i).second);
|
||||||
}
|
}
|
||||||
_lv2_buffers.clear ();
|
_lv2_buffers.clear ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue