Skip to content

Commit

Permalink
Fix minor possible memory leak (coverity-1026794).
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jun 2, 2013
1 parent 57da3eb commit a407e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/frei0r/factory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a407e48

Please sign in to comment.