From 6eefc8c081881a5f0c331208c72d6013473926a7 Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Wed, 1 Mar 2023 08:43:02 +0100 Subject: [PATCH] Memory management --- cdf_compare.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cdf_compare.py b/cdf_compare.py index e07ec34..6b09604 100755 --- a/cdf_compare.py +++ b/cdf_compare.py @@ -185,6 +185,7 @@ if __name__ == "__main__": cc_algo=cc_algo, transmission_direction=transmission_direction )) + del transmission_df # Plot sRTT CDF legend = list()