On Sat, Nov 8, 2008 at 8:45 AM, Alberto Villa <[EMAIL PROTECTED]> wrote: > On Saturday 08 November 2008 12:11:56 Alberto Villa wrote: >> with 2635 i can't load my project, i'm rebuilding kdenlive and mlt with >> debug symbols (i had forgot to do it) to check the problem > > i found my crash to be related to a strdup( 0 ) in mlt > modules/kdenlive/producer_framebuffer.c
I will add " if ( !arg ) return NULL;" to the top of producer_framebuffer_init(), but you probably run into other problems within kdenlive or at least getting the results you expect as a user. This producer logically requires an argument, but all service init functions should return NULL on invalid input. -- +-DRD-+ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
