diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-18 15:49:49 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-18 15:49:49 +0000 |
commit | 37235893bec5cde4d4b3f541e9deb217259e3be4 (patch) | |
tree | fd43437993c2eb21e1ab7dad03d76beef1e6d479 /cpp/src/slice2cpp/Main.cpp | |
parent | Fixed some dependency problems. (diff) | |
download | ice-37235893bec5cde4d4b3f541e9deb217259e3be4.tar.bz2 ice-37235893bec5cde4d4b3f541e9deb217259e3be4.tar.xz ice-37235893bec5cde4d4b3f541e9deb217259e3be4.zip |
fixed leak
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index aec804376a2..5eb13c1a3a5 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -225,8 +225,7 @@ main(int argc, char* argv[]) } else { - Gen gen(argv[0], base, include, includePaths, dllExport, output, - impl); + Gen gen(argv[0], base, include, includePaths, dllExport, output, impl); if(!gen) { unit->destroy(); |