2010-09-30 00:33 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)

* harbour/contrib/rddsdd/sqlmix.c
    ! fixed typo in last commit
This commit is contained in:
Mindaugas Kavaliauskas
2010-09-29 21:34:20 +00:00
parent 247b14096b
commit f0e4edd30a
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1512,10 +1512,6 @@ static HB_ERRCODE sqlmixGoCold( SQLMIXAREAP pArea )
}
pTag = pTag->pNext;
}
if ( pKey )
hb_mixKeyFree( pKey );
pArea->sqlarea.lpdbPendingRel = lpdbPendingRel;
}