Il 24/08/2012 11:49, Liu Ping Fan ha scritto: > From: Liu Ping Fan <pingf...@linux.vnet.ibm.com> > > Currently, link property's target is only managed by > object_set_link_property(). This will raise such issue that when > the property is finalized, its target has no opportunity to release. > > Fix this issue by introduce object_finalize_link_property() > In correspond, ref target when adding link prpoerty. > > Signed-off-by: Liu Ping Fan <pingf...@linux.vnet.ibm.com> > ---
This patch is fine, but it is at the wrong place in the series. It will cause an assertion failure due to the unbroken circular reference. Paolo