aboutsummaryrefslogtreecommitdiffstats
path: root/src/RLCMACTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RLCMACTest.cpp')
-rw-r--r--src/RLCMACTest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RLCMACTest.cpp b/src/RLCMACTest.cpp
index 2ffff8fc..843dc21b 100644
--- a/src/RLCMACTest.cpp
+++ b/src/RLCMACTest.cpp
@@ -141,6 +141,8 @@ void testRlcMacDownlink()
bitvec_free(vector);
free(data);
}
+
+ bitvec_free(resultVector);
}
@@ -201,6 +203,8 @@ void testRlcMacUplink()
bitvec_free(vector);
free(data);
}
+
+ bitvec_free(resultVector);
}
int main(int argc, char *argv[])