]> git.sesse.net Git - mlt/commitdiff
Fix minor possible memory leak (coverity-1026794).
authorDan Dennedy <dan@dennedy.org>
Sun, 2 Jun 2013 20:15:22 +0000 (13:15 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 2 Jun 2013 21:54:41 +0000 (14:54 -0700)
src/modules/frei0r/factory.c

index afe6b3e8f678343f10166ea08cd6eec55e1469ae..0f3f6ea5b159002e4ffaee94deca7d14e8c20e06 100644 (file)
@@ -141,6 +141,7 @@ static mlt_properties fill_param_info ( mlt_service_type type, const char *servi
        if (!instance) {
                f0r_deinit();
                dlclose(handle);
+               mlt_properties_close(metadata);
                return NULL;
        }
        plginfo(&info);