projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9b2b3
)
removed void warning
author
Jiri Srain
<jsrain@suse.cz>
Mon, 30 Jan 2006 08:01:08 +0000
(08:01 +0000)
committer
Jiri Srain
<jsrain@suse.cz>
Mon, 30 Jan 2006 08:01:08 +0000
(08:01 +0000)
zypp/zypp_detail/ZYppImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/zypp_detail/ZYppImpl.cc
b/zypp/zypp_detail/ZYppImpl.cc
index 80fa3ac3b2a70d059e37f652226fde2b2d12448c..29dc5e9ca7159f4da15082eefb82825474619028 100644
(file)
--- a/
zypp/zypp_detail/ZYppImpl.cc
+++ b/
zypp/zypp_detail/ZYppImpl.cc
@@
-67,14
+67,11
@@
namespace zypp
{
if (_target)
_target = Target_Ptr();
-#warning FIXME does this release the memory? _target is intrusive_ptr<Target>. Once more below...
_target = new Target(root);
}
void ZYppImpl::finishTarget()
{
-// if (_target)
-// _target = 0;
_target = 0;
}