diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/LV2Features.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
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 { |