diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-22 18:51:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-22 18:51:57 +0200 |
commit | 407db844120ead0d57118c40ab5e6acc1bad736d (patch) | |
tree | 455c5de18ea4c18b2e85f50da2a498e37d24814b /l10ntools/inc | |
parent | 9adad0d1eae6e3d54042ab1e65f0b80a77562dc6 (diff) |
Fix memory leak in xrmex tool
Change-Id: I102566a95b5b34daf60730ffef290913caf28eb2
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xrmlex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/xrmlex.hxx b/l10ntools/inc/xrmlex.hxx index 2b159283d222..e1092433f2b6 100644 --- a/l10ntools/inc/xrmlex.hxx +++ b/l10ntools/inc/xrmlex.hxx @@ -30,7 +30,7 @@ extern "C" int InitXrmExport( const char * ); extern "C" int EndXrmExport(); extern "C" int GetError(); extern "C" int SetError(); -extern "C" char *GetOutputFile( int argc, char* argv[]); +extern "C" bool GetOutputFile( int argc, char* argv[]); extern "C" FILE *GetXrmFile(); extern "C" int isQuiet(); extern "C" const char* getFilename(); |