Wireshark-dev: [Wireshark-dev] Re: g_new0() allocation in init_iousers()

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sat, 14 Jun 2025 19:53:17 +0200
Hi,

Unless there’s an error, no we don’t. Because it’s passed in register_tap_listener().

Thanks,
Jaap

> On 14 Jun 2025, at 18:52, Rustam Kovhaev via Wireshark-dev <wireshark-dev@xxxxxxxxxxxxx> wrote:
> 
> Hi,
> First of all, thank you for Wireshark! I am using it a lot, and I mean
> it, and I love it.
> Quick sanity check, we don't free g_new0() allocation in init_iousers(),
> do we?
> This is harmless, just something I noticed while reading the code.
> Thank you very much!