diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp index 7528361..ac6cf7b 100644 --- a/tools/linguist/shared/proparser.cpp +++ b/tools/linguist/shared/proparser.cpp @@ -207,6 +207,7 @@ QMap proFileTagMap( const QString& text ) buff[read_in] = '\0'; after += buff; } + pclose( proc ); (*it).replace( i, callToSystem.matchedLength(), after ); i += after.length(); }