From 1a4e4a79991932714e39ef44b9f5ba1ca4c6c251 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Aug 2016 13:01:42 -0400 Subject: Fix compilation on OSX --- ingen/LV2Features.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ingen/LV2Features.hpp') diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index 2fe71f11..5c1a0240 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -47,10 +47,7 @@ public: Node* block) = 0; protected: - static void free_feature(LV2_Feature* feature) { - free(feature->data); - free(feature); - } + static void free_feature(LV2_Feature* feature); }; class EmptyFeature : public Feature { -- cgit v1.2.1