diff options
Diffstat (limited to 'examples/c/ex_rep/base/rep_base.c')
| -rw-r--r-- | examples/c/ex_rep/base/rep_base.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/c/ex_rep/base/rep_base.c b/examples/c/ex_rep/base/rep_base.c index c9443e4d..56662220 100644 --- a/examples/c/ex_rep/base/rep_base.c +++ b/examples/c/ex_rep/base/rep_base.c @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2001, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ @@ -169,6 +169,8 @@ main(argc, argv) goto err; } + machtab_destroy(machtab); + /* Finish checkpoint and log archive threads. */ if ((ret = finish_support_threads(&ckp_thr, &lga_thr)) != 0) goto err; |
