Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memleaks #2133

Merged
merged 4 commits into from
Jun 3, 2024
Merged

Fix memleaks #2133

merged 4 commits into from
Jun 3, 2024

Commits on May 26, 2024

  1. Fix memleaks

    Frees memory allocated
    in SkyMapGUI::SkyMapGUI(PluginAPI*, FeatureUISet*, Feature*, QWidget*) sdrangel/plugins/feature/skymap/skymapgui.cpp:215
    dforsi committed May 26, 2024
    Configuration menu
    Copy the full SHA
    98abefc View commit details
    Browse the repository at this point in the history
  2. Fix memleaks

    Frees memory allocated
    in TVScreenAnalog::initializeGL() /home/daniele/Programmazione/ham/sdrangel/sdrgui/gui/tvscreenanalog.cpp:232
    in TVScreenAnalog::initializeTextures(TVScreenAnalogBuffer*) /home/daniele/Programmazione/ham/sdrangel/sdrgui/gui/tvscreenanalog.cpp:285
    in TVScreenAnalog::initializeTextures(TVScreenAnalogBuffer*) /home/daniele/Programmazione/ham/sdrangel/sdrgui/gui/tvscreenanalog.cpp:286
    dforsi committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8b5a5b7 View commit details
    Browse the repository at this point in the history
  3. Fix memleaks

    Frees memory allocated
    in ChannelPowerSink::applyChannelSettings(int, int, bool) /home/daniele/Programmazione/ham/sdrangel/plugins/channelrx/channelpower/channelpowersink.cpp:120
    dforsi committed May 26, 2024
    Configuration menu
    Copy the full SHA
    302f993 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix memleaks of QNetworkAccessManager()

    Frees memory allocated
    in AudioOutputPlugin::createSampleSinkPluginInstance(QString const&, DeviceAPI*) /home//sdrangel/plugins/samplesink/audiooutput/audiooutputplugin.cpp:136
    in ChirpChatDemod::ChirpChatDemod(DeviceAPI*) /home/sdrangel/plugins/channelrx/demodchirpchat/chirpchatdemod.cpp:84
    in FileOutput::FileOutput(DeviceAPI*) /home/sdrangel/plugins/samplesink/fileoutput/fileoutput.cpp:54
    in RadioAstronomyGUI::RadioAstronomyGUI(PluginAPI*, DeviceUISet*, BasebandSampleSink*, QWidget*) /home/sdrangel/plugins/channelrx/radioastronomy/radioastronomygui.cpp:2061
    in SatelliteSelectionDialog::SatelliteSelectionDialog(SatelliteTrackerSettings*, QHash<QString, SatNogsSatellite*> const&, QWidget*) /home/sdrangel/plugins/feature/satellitetracker/satelliteselectiondialog.cpp:42:24
    in SatelliteTracker::SatelliteTracker(WebAPIAdapterInterface*) /home/sdrangel/plugins/feature/satellitetracker/satellitetracker.cpp:61:24
    dforsi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cf0e129 View commit details
    Browse the repository at this point in the history