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