memory created in thread1 and thread2 for return value were not being released as...
commit95f79df93865cada8b6fa1de635bdedfd03fad1c
authorkishoramballi <kishoramballi>
Thu, 1 May 2008 11:57:38 +0000 (1 11:57 +0000)
committerkishoramballi <kishoramballi>
Thu, 1 May 2008 11:57:38 +0000 (1 11:57 +0000)
treeea905af064b77cd8bb73ba782bcd310ca539db26
parent6e5fe06c9cf9d7b37d7ba174ce1ad6a48965ab1a
memory created in thread1 and thread2 for return value were not being released as reference was lost once thread exited. reference is created globally.
30 files changed:
test/dbapi/Connection/isotest1.c
test/dbapi/Connection/isotest10.c
test/dbapi/Connection/isotest11.c
test/dbapi/Connection/isotest12.c
test/dbapi/Connection/isotest13.c
test/dbapi/Connection/isotest14.c
test/dbapi/Connection/isotest15.c
test/dbapi/Connection/isotest16.c
test/dbapi/Connection/isotest17.c
test/dbapi/Connection/isotest18.c
test/dbapi/Connection/isotest19.c
test/dbapi/Connection/isotest2.c
test/dbapi/Connection/isotest20.c
test/dbapi/Connection/isotest21.c
test/dbapi/Connection/isotest22.c
test/dbapi/Connection/isotest23.c
test/dbapi/Connection/isotest24.c
test/dbapi/Connection/isotest25.c
test/dbapi/Connection/isotest26.c
test/dbapi/Connection/isotest27.c
test/dbapi/Connection/isotest28.c
test/dbapi/Connection/isotest29.c
test/dbapi/Connection/isotest3.c
test/dbapi/Connection/isotest30.c
test/dbapi/Connection/isotest4.c
test/dbapi/Connection/isotest5.c
test/dbapi/Connection/isotest6.c
test/dbapi/Connection/isotest7.c
test/dbapi/Connection/isotest8.c
test/dbapi/Connection/isotest9.c