13
0

fix typo in prev commit

This commit is contained in:
Robin Gareus 2013-06-03 01:42:38 +02:00
parent b3014a63f1
commit 6d33cd4362

View File

@ -450,8 +450,8 @@ LV2Plugin::init(const void* c_plugin, framecnt_t rate)
if (min_size && lilv_node_is_int(min_size)) {
minimumSize = lilv_node_as_int(min_size);
}
#endif
lilv_node_free(min_size);
#endif
lilv_nodes_free(buffer_types);
lilv_nodes_free(atom_supports);
} else {