Fix popen leak

Related to Bug 637
(cherry picked from commit 540da17300)
v3.5.13-sru
Timothy Pearson 14 years ago committed by Slávek Banko
parent 8e2a765a80
commit 95715b32b0

@ -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