Removed superfluous ECPGfree() call.
authorMichael Meskes <meskes@postgresql.org>
Fri, 21 Sep 2007 10:59:27 +0000 (10:59 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 21 Sep 2007 10:59:27 +0000 (10:59 +0000)
src/interfaces/ecpg/ecpglib/execute.c

index dcd2195485690bdc3188e3c7cb71ea173bbdc06e..68ce56ef36dbf993beacadfd8aea1fdec90cc5b5 100644 (file)
@@ -1492,7 +1492,6 @@ ECPGdo(const int lineno, const int compat, const int force_indicator, const char
        {
                setlocale(LC_NUMERIC, oldlocale);
                ECPGfree(oldlocale);
-               ECPGfree(prepname);
                va_end(args);
                return false;
        }