Ticket #54064: patch-commit-a3188e3.diff
File patch-commit-a3188e3.diff, 271 bytes (added by RJVB (René Bertin), 8 years ago) |
---|
-
MltRepository.cpp
old new 35 35 36 36 Repository::~Repository( ) 37 37 { 38 if ( instance )39 mlt_repository_close( instance );40 38 instance = NULL; 41 39 } 42 40