Ticket #54064: patch-commit-a3188e3.diff

File patch-commit-a3188e3.diff, 271 bytes (added by RJVB (René Bertin), 7 years ago)

backported upstream fix

  • MltRepository.cpp

    old new  
    3535
    3636Repository::~Repository( )
    3737{
    38         if ( instance )
    39                 mlt_repository_close( instance );
    4038        instance = NULL;
    4139}
    4240