Re: [PATCH] driver.c: Use g_autofree

2020-04-14 Thread Erik Skultety
On Mon, Apr 13, 2020 at 06:18:57PM +0530, Seeteena Thoufeek wrote: > This is the only instance of g_autofree change applicable for > driver.c I'd say something like: "This is the last missing g_autofree change to convert the module after commit 1e2ae2e311c took care of the VIR_AUTOFREE conversion"

[PATCH] driver.c: Use g_autofree

2020-04-13 Thread Seeteena Thoufeek
This is the only instance of g_autofree change applicable for driver.c Signed-off-by: Seeteena Thoufeek --- src/driver.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/driver.c b/src/driver.c index a2047be..e745210 100644 --- a/src/driver.c +++ b/src/driver.c @@ -48,