summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Main.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-07-18 15:49:49 +0000
committerMarc Laukien <marc@zeroc.com>2002-07-18 15:49:49 +0000
commit37235893bec5cde4d4b3f541e9deb217259e3be4 (patch)
treefd43437993c2eb21e1ab7dad03d76beef1e6d479 /cpp/src/slice2cpp/Main.cpp
parentFixed some dependency problems. (diff)
downloadice-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.cpp3
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();