BIND 10 master, updated. 34564befb89523c4d2f1faca4b5891e07d0d132f Merge branch 'trac3300'

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 24 18:49:10 UTC 2014


The branch, master has been updated
       via  34564befb89523c4d2f1faca4b5891e07d0d132f (commit)
       via  da04dd3bbcae3bb61a0da5132edb7f58109eb823 (commit)
      from  3a4eb2476eb9f7569c293a70205a4d8226c817df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 34564befb89523c4d2f1faca4b5891e07d0d132f
Merge: 3a4eb24 da04dd3
Author: Mukund Sivaraman <muks at isc.org>
Date:   Sat Jan 25 00:17:05 2014 +0530

    Merge branch 'trac3300'

-----------------------------------------------------------------------

Summary of changes:
 src/lib/log/buffer_appender_impl.cc |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/log/buffer_appender_impl.cc b/src/lib/log/buffer_appender_impl.cc
index 8899c4f..4aa222f 100644
--- a/src/lib/log/buffer_appender_impl.cc
+++ b/src/lib/log/buffer_appender_impl.cc
@@ -30,6 +30,7 @@ BufferAppender::~BufferAppender() {
     // So dump all that is left to stdout
     try {
         flushStdout();
+        destructorImpl();
     } catch (...) {
         // Ok if we can't even seem to dump to stdout, never mind.
     }



More information about the bind10-changes mailing list