hatem gamal elzanaty <hatem(at)softpro(dot)bz> writes:
> i'm new to postgresql programming in c language the following code give the following error beneath and no reason for
> that error :
> *** glibc detected *** ../../object/006/psql_test.bin: double free or
> corruption (top): 0x085dfea8 ***
You're PQclear'ing the same result twice in some code paths.
regards, tom lane