GNOME Bugzilla – Bug 770062
[PATCH] Fix memory leak in GnomeCmdPlainPath
Last modified: 2016-08-22 19:29:06 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 on attachment 333535 [details] [review] Fix memory leak in GnomeCmdPlainPath Thank you very much. The patch is applied in the master branch of gcmd.