Re: [ovs-dev] [PATCH v2 1/3] ovsdb-idl: Fix memleak when reinserting tracked orphan rows.

2020-11-30 Thread Han Zhou
On Mon, Nov 30, 2020 at 8:41 AM Dumitru Ceara wrote: > > Considering the following updates processed by an IDL client: > 1. Delete row R1 from table A while R1 is also referenced by row R2 from >table B: >- because row R2 still refers to row R1, this will create an orphan > R1 but als

[ovs-dev] [PATCH v2 1/3] ovsdb-idl: Fix memleak when reinserting tracked orphan rows.

2020-11-30 Thread Dumitru Ceara
Considering the following updates processed by an IDL client: 1. Delete row R1 from table A while R1 is also referenced by row R2 from table B: - because row R2 still refers to row R1, this will create an orphan R1 but also sets row->tracked_old_datum to report to the IDL client tha