After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770062 - [PATCH] Fix memory leak in GnomeCmdPlainPath
[PATCH] Fix memory leak in GnomeCmdPlainPath
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
unspecified
Other Linux
: Normal normal
: 1.8
Assigned To: GNOME Commander maintainer(s)
GNOME Commander maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-08-18 04:43 UTC by Eric R. Schulz
Modified: 2016-08-22 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix memory leak in GnomeCmdPlainPath (863 bytes, patch)
2016-08-18 04:43 UTC, Eric R. Schulz
none Details | Review

Description Eric R. Schulz 2016-08-18 04:43:42 UTC
Created attachment 333535 [details] [review]
Fix memory leak in GnomeCmdPlainPath

Define the base class destructor as virtual so the derived class
destructor is called when delete is called on an instance of the
derived class through a base class pointer.
Comment 1 Uwe Scholz 2016-08-22 19:28:39 UTC
Comment on attachment 333535 [details] [review]
Fix memory leak in GnomeCmdPlainPath

Thank you very much. The patch is applied in the master branch of gcmd.