From fc775d76aa332ac934b0156f20ced69650e44ae2 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 7 Sep 2015 15:37:46 -0400 Subject: [PATCH] asTest: copy+paste error Didn't remove all use of local variable --- src/std/rec/test/asTestLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/rec/test/asTestLib.c b/src/std/rec/test/asTestLib.c index 8a76695cf..17a1ac702 100644 --- a/src/std/rec/test/asTestLib.c +++ b/src/std/rec/test/asTestLib.c @@ -216,7 +216,7 @@ void testRestore(void) testdbCleanup(); /* recSup doesn't cleanup after itself */ - free(bptr); + free(rec1->bptr); } struct dset6 {