Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:KDE3
libdbus-1-qt3-0
fix_circular_destructor.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_circular_destructor.patch of Package libdbus-1-qt3-0
Index: tools/dbusxml2qt3/methodgen.cpp =================================================================== --- tools/dbusxml2qt3/methodgen.cpp (Revision 805416) +++ tools/dbusxml2qt3/methodgen.cpp (Arbeitskopie) @@ -1740,7 +1740,8 @@ stream << " for (; it != endIt; ++it)" << endl; stream << " {" << endl; stream << " QDBusObjectBase* interface = it.data();" << endl; - stream << " delete interface;" << endl; + stream << " if (interface != this)" << endl; + stream << " delete interface;" << endl; stream << " }" << endl; stream << " interfaces.clear();" << endl; stream << "}" << endl;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor