summaryrefslogtreecommitdiffstats
path: root/src/LV2Features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LV2Features.cpp')
-rw-r--r--src/LV2Features.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/LV2Features.cpp b/src/LV2Features.cpp
index e9ba29e7..3465981e 100644
--- a/src/LV2Features.cpp
+++ b/src/LV2Features.cpp
@@ -22,6 +22,13 @@ using namespace std;
namespace Ingen {
+void
+LV2Features::Feature::free_feature(LV2_Feature* feature)
+{
+ free(feature->data);
+ free(feature);
+}
+
LV2Features::LV2Features()
{
}