This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch devs/devilhorns/apos
in repository efl.

View the commit online.

commit 616165e9490b69804f07ba12b189aada4862a82c
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Wed Nov 22 07:00:52 2023 -0500

    ecore_drm2: Add missing stringshare_del for backlight path when
    display gets destroyed
---
 src/lib/ecore_drm2/ecore_drm2_displays.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_drm2/ecore_drm2_displays.c b/src/lib/ecore_drm2/ecore_drm2_displays.c
index 4ae0c71b58..7d420e4f58 100644
--- a/src/lib/ecore_drm2/ecore_drm2_displays.c
+++ b/src/lib/ecore_drm2/ecore_drm2_displays.c
@@ -576,6 +576,7 @@ _ecore_drm2_displays_destroy(Ecore_Drm2_Device *dev)
    EINA_LIST_FREE(dev->displays, disp)
      {
         if (disp->thread) ecore_thread_cancel(disp->thread);
+        eina_stringshare_del(disp->backlight.path);
         eina_stringshare_del(disp->relative.to);
         eina_stringshare_del(disp->serial);
         eina_stringshare_del(disp->model);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to