From b996e63beb2e90895423a543aae808a9793e1be6 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 17 Feb 2015 10:57:05 -0500 Subject: [PATCH] dbReadTest.c: flush errlog on exit as per lp:1419879 --- src/dbStatic/dbReadTest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dbStatic/dbReadTest.c b/src/dbStatic/dbReadTest.c index c7a433232..d3771019d 100644 --- a/src/dbStatic/dbReadTest.c +++ b/src/dbStatic/dbReadTest.c @@ -86,5 +86,6 @@ int main(int argc,char **argv) dbReportDeviceConfig(pdbbase,stdout); */ dbFreeBase(pdbbase); + errlogFlush(); return(0); }