Re: [PATCH 08/25] network: fix memory leak in networkBuildDhcpDaemonCommandLine()

2020-06-25 Thread Ján Tomko
On a Wednesday in 2020, Laine Stump wrote: hostsfilestr was not being freed. This will be turned into g_autofree in an upcoming patch converting a lot more of the same file to using g_auto*, but I wanted to make a separate patch for this first so the other patch is simpler to review. It also

[PATCH 08/25] network: fix memory leak in networkBuildDhcpDaemonCommandLine()

2020-06-24 Thread Laine Stump
hostsfilestr was not being freed. This will be turned into g_autofree in an upcoming patch converting a lot more of the same file to using g_auto*, but I wanted to make a separate patch for this first so the other patch is simpler to review. Signed-off-by: Laine Stump ---