dbReadTest.c: flush errlog on exit as per lp:1419879

This commit is contained in:
Michael Davidsaver
2015-02-17 10:57:05 -05:00
parent 2f0e9172a4
commit b996e63beb

View File

@@ -86,5 +86,6 @@ int main(int argc,char **argv)
dbReportDeviceConfig(pdbbase,stdout);
*/
dbFreeBase(pdbbase);
errlogFlush();
return(0);
}