Fix popen leak

Related to Bug 637
pull/2/head
Timothy Pearson 13 years ago
parent 2cd2aafb30
commit 540da17300

@ -207,6 +207,7 @@ QMap<QString, QString> proFileTagMap( const QString& text )
buff[read_in] = '\0';
after += buff;
}
pclose( proc );
(*it).replace( i, callToSystem.matchedLength(), after );
i += after.length();
}

Loading…
Cancel
Save