From f0e4edd30a606a8461cf69a1e7e91cd39711722d Mon Sep 17 00:00:00 2001 From: Mindaugas Kavaliauskas Date: Wed, 29 Sep 2010 21:34:20 +0000 Subject: [PATCH] 2010-09-30 00:33 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo in last commit --- harbour/ChangeLog | 4 ++++ harbour/contrib/rddsql/sqlmix.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2cd871e230..b1214a665b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-09-30 00:33 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/contrib/rddsdd/sqlmix.c + ! fixed typo in last commit + 2010-09-30 00:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddmy/sddmy.c * be more valgrind friendly diff --git a/harbour/contrib/rddsql/sqlmix.c b/harbour/contrib/rddsql/sqlmix.c index 555d9bcead..9d3a08c998 100644 --- a/harbour/contrib/rddsql/sqlmix.c +++ b/harbour/contrib/rddsql/sqlmix.c @@ -1512,10 +1512,6 @@ static HB_ERRCODE sqlmixGoCold( SQLMIXAREAP pArea ) } pTag = pTag->pNext; } - - if ( pKey ) - hb_mixKeyFree( pKey ); - pArea->sqlarea.lpdbPendingRel = lpdbPendingRel; }