aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-06-28 12:51:05 +0200
committerMax <msuraev@sysmocom.de>2017-06-28 12:51:05 +0200
commitc82f4a7ec3f75472711af5f4d3c8966f1773272d (patch)
tree9f11d3bd419eb49ffeb2cd0b328582757d3d93b6
parent3741f14689d2058547f90b944aff8ea23ce6233e (diff)
Remove warning regarding ASANuser/max/asantest
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index d3c8491e..ddeca75a 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -913,9 +913,7 @@ void gprs_bssgp_destroy(void)
/* FIXME: move this to libgb: btsctx_free() */
llist_del(&the_pcu.bctx->list);
#warning "This causes ASAN to complain. It is not critical for normal operation but should be fixed nevertheless"
-#if 0
talloc_free(the_pcu.bctx);
-#endif
the_pcu.bctx = NULL;
}