Fixed some memory bugs that somehow reappeared.
Michael Meskes <meskes@postgresql.org>
Fixed some memory bugs that somehow reappeared. Also fixed a new Coverity report.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +2 −0 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +5 −3 |
| src/interfaces/ecpg/pgtypeslib/numeric.c | modified | +17 −6 |
| src/interfaces/ecpg/preproc/type.c | modified | +5 −3 |
| src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c | modified | +4 −2 |
| src/interfaces/ecpg/test/expected/sql-dyntest.c | modified | +21 −23 |
| src/interfaces/ecpg/test/expected/sql-dyntest.stderr | modified | +440 −440 |
| src/interfaces/ecpg/test/pgtypeslib/num_test2.pgc | modified | +4 −2 |
| src/interfaces/ecpg/test/sql/dyntest.pgc | modified | +1 −3 |