summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/config/config_concat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/config/config_concat.c')
-rw-r--r--src/third_party/wiredtiger/src/config/config_concat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_concat.c b/src/third_party/wiredtiger/src/config/config_concat.c
index 2faed21bfec..e872722a272 100644
--- a/src/third_party/wiredtiger/src/config/config_concat.c
+++ b/src/third_party/wiredtiger/src/config/config_concat.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
@@ -66,6 +67,6 @@ __wt_config_concat(
--tmp->size;
ret = __wt_strndup(session, tmp->data, tmp->size, config_ret);
-err: __wt_scr_free(&tmp);
+err: __wt_scr_free(session, &tmp);
return (ret);
}