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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user