Skip to content

Commit

Permalink
Fix null pointer dereference. (mltframework#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 2, 2019
1 parent 32a98e3 commit 2022817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/plus/filter_spot_remover.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ mlt_filter filter_spot_remover_init( mlt_profile profile, mlt_service_type type,
}
else
{
mlt_log_error( MLT_FILTER_SERVICE(filter), "Filter initialization failed\n" );
mlt_log_error( NULL, "Filter spot_remover initialization failed\n" );
}
return filter;
}

0 comments on commit 2022817

Please sign in to comment.