Remove warning regarding ASAN

Change-Id: I8b306dc9bd5392f669b0effcac6413cf08edef13
This commit is contained in:
Max 2017-06-28 12:51:05 +02:00
parent 3741f14689
commit c82f4a7ec3
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}