--- tools/linguist/shared/proparser.cpp +++ 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(); }