[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents
James Bowlin
bowlin at mindspring.com
Sun Oct 28 01:54:37 CEST 2007
SVN commit 730109 by jbowlin:
Fixed a memory leak by disabling the updates of satellites. Satellites
are not currently displayed so not updating them should be no great loss
but the actual bug will need to get fixed once satellites are re-enabled.
CCMAIL: kstars-devel at kde.org
M +1 -1 skymapcomposite.cpp
--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/skymapcomposite.cpp #730108:730109
@@ -144,7 +144,7 @@
//12. Solar system
m_SolarSystem->update( data, num );
//13. Satellites
- m_Satellites->update( data, num );
+ //m_Satellites->update( data, num );
//14. Horizon
m_Horizon->update( data, num );
}
More information about the Kstars-devel
mailing list