pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/38910?usp=email )
Change subject: stream_cli: Log destroy code path ......................................................................
stream_cli: Log destroy code path
Change-Id: Ia371cd2d913f1d434b851809c6305301897108d9 --- M src/stream_cli.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/10/38910/1
diff --git a/src/stream_cli.c b/src/stream_cli.c index 807f062..2dc6513 100644 --- a/src/stream_cli.c +++ b/src/stream_cli.c @@ -860,6 +860,7 @@ * \param[in] cli Stream Client to destroy */ void osmo_stream_cli_destroy(struct osmo_stream_cli *cli) { + LOGSCLI(cli, LOGL_DEBUG, "destroy()\n"); osmo_stream_cli_close(cli); osmo_timer_del(&cli->timer); msgb_queue_free(&cli->tx_queue);