Bridge with "unknown interface" in Winbox

We have a bridge including some virtual interfaces and an interface named “unknown” in Winbox. In the Terminal the “unknown” interface is named *12.


[admin] > /interface/bridge/port/print 
Flags: I - INACTIVE
Columns: INTERFACE, BRIDGE, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HORIZO
N
#   INTERFACE     BRIDGE   PVID  PRIORITY  PATH-COST  IN  HORIZON
0   v100-EXT      bri1     1     0x80             10  10  none   
1   v101-EXT      bri1     1     0x80             10  10  none   
2   v102-EXT      bri1     1     0x80             10  10  none   
3 I *12           bri1     1     0x80             10  10  none

Anywhone who knows what the *12 means?

*12 (or any other number after asterisk) is pointer to object (in this case interface) which doesn’t exist any more but wasn’t properly removed from bridge prior to destruction.