1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Moved some free() calls that coverity correctly complains about.

This commit is contained in:
Michael Meskes
2006-06-25 09:38:40 +00:00
parent 885a4d3d9a
commit 17bab8c3fe
4 changed files with 19 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ namespace N
#endif
int main(void)
{ struct sa x,*y;
{ struct sa x,*y=&x;
exec sql begin declare section;
int a=(int)2;
int b=2+2;