Build Version : T2.5.0.20477 Firebird 2.5 Alpha 1
(writeBuildNum.sh,v 1.20638 2008/06/26 10:58:40 alexpeshkof )
Update of /cvsroot/firebird/firebird2/src/utilities/gstat
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3284
Modified Files:
dba.epp
Log Message:
Avoid duplicate Service::finish() call - thanks to Roman Simakov
Index: dba.epp
===================================================================
RCS file: /cvsroot/firebird/firebird2/src/utilities/gstat/dba.epp,v
retrieving revision 1.99
retrieving revision 1.100
diff -b -U3 -r1.99 -r1.100
--- dba.epp 12 Jun 2008 09:03:55 -0000 1.99
+++ dba.epp 26 Jun 2008 10:58:35 -0000 1.100
@@ -850,10 +850,6 @@
delete tmp2;
}
- // Mark service thread as finished and cleanup memory being
- // used by service in case if client detached from the service
- uSvc->finish();
-
exit_code = tddba->exit_code;
tdba::restoreSpecific();
}
|