```
(gdb) f 1
#1 t_unref (p_msg=<optimized out>) at t_lookup.c:1515
1515 t_lookup.c: No such file or directory.
(gdb) print T
$1 = (struct cell *) 0x0
```
```
(gdb) f 2
#2 t_unref (p_msg=<optimized out>) at t_lookup.c:1484
1484 in t_lookup.c
(gdb) print T
$2 = (struct cell *) 0x0
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3156#issuecomment-1173860459
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3156/1173860459(a)github.com>