Author: turnstep
Date: Tue Apr 22 10:56:31 2008
New Revision: 11131
Modified:
DBD-Pg/trunk/dbdimp.c
Log:
Remove invalid freeing: should fix bug 35303.
Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c (original)
+++ DBD-Pg/trunk/dbdimp.c Tue Apr 22 10:56:31 2008
@@ -1796,7 +1796,6 @@
if (0==strncmp(thisph->fooname,
statement-sectionsize, sectionsize)) {
newseg->placeholder = xint;
newseg->ph = thisph;
- Safefree(thisph);
break;
}
}