remove target items from Pool on finishTarget
authorKlaus Kaempf <kkaempf@suse.de>
Fri, 3 Feb 2006 14:38:39 +0000 (14:38 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Fri, 3 Feb 2006 14:38:39 +0000 (14:38 +0000)
zypp/zypp_detail/ZYppImpl.cc

index 68b7c84..ffd90b0 100644 (file)
@@ -74,6 +74,8 @@ namespace zypp
 
     void ZYppImpl::finishTarget()
     {
+      if (_target)
+       removeResolvables (_target->resolvables());
       _target = 0;
     }