Re: [PATCH V2 0/2] define g_autoptr for virNWFilterDef and virNWFilterRuleDef

2023-01-23 Thread Michal Prívozník
On 1/20/23 07:33, Jiang Jiacheng wrote: > Ping... > These were merged as: commit e5b065b40e555dd2c39c2af320d95b21547e7070 Author: Jiang Jiacheng AuthorDate: Tue Jan 10 19:29:26 2023 +0800 Commit: Ján Tomko CommitDate: Fri Jan 20 22:09:34 2023 +0100 src/tests: use g_autoptr for

Re: [PATCH V2 0/2] define g_autoptr for virNWFilterDef and virNWFilterRuleDef

2023-01-19 Thread Jiang Jiacheng
Ping... 在 2023/1/10 19:29, Jiang Jiacheng 写道: > Define and use g_autoptr() for virNWFilterDef and virNWFilterRuleDef, > and remove unnecessary label/variable. > > Those patches are followup with: > https://gitlab.com/libvirt/libvirt/-/commit/a9027d447be789cd11c0aa18ceb83ed79f677f86 > > diff to

Re: [PATCH V2 0/2] define g_autoptr for virNWFilterDef and virNWFilterRuleDef

2023-01-10 Thread Ján Tomko
On a Tuesday in 2023, Jiang Jiacheng wrote: Define and use g_autoptr() for virNWFilterDef and virNWFilterRuleDef, and remove unnecessary label/variable. Those patches are followup with: https://gitlab.com/libvirt/libvirt/-/commit/a9027d447be789cd11c0aa18ceb83ed79f677f86 diff to v1: * drop two

[PATCH V2 0/2] define g_autoptr for virNWFilterDef and virNWFilterRuleDef

2023-01-10 Thread Jiang Jiacheng
Define and use g_autoptr() for virNWFilterDef and virNWFilterRuleDef, and remove unnecessary label/variable. Those patches are followup with: https://gitlab.com/libvirt/libvirt/-/commit/a9027d447be789cd11c0aa18ceb83ed79f677f86 diff to v1: * drop two changes that may cause memory leaks in