diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index e94bcd8..40b92f2 100644 --- a/src/world.c +++ b/src/world.c @@ -101,7 +101,7 @@ void lilv_world_free(LilvWorld* world) { if (!world) { - return NULL; + return; } lilv_plugin_class_free(world->lv2_plugin_class); |