Author: benny
Date: 2007-01-15 16:01:04 +0000 (Mon, 15 Jan 2007)
New Revision: 24483

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo-mount/exo-mount-hal.c
Log:
2007-01-15      Benedikt Meurer <[EMAIL PROTECTED]>

        * exo-mount/exo-mount-hal.c(exo_mount_hal_device_from_udi): Release
          string array properly.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2007-01-15 15:55:49 UTC (rev 24482)
+++ libexo/trunk/ChangeLog      2007-01-15 16:01:04 UTC (rev 24483)
@@ -1,5 +1,10 @@
 2007-01-15     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * exo-mount/exo-mount-hal.c(exo_mount_hal_device_from_udi): Release
+         string array properly.
+
+2007-01-15     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * exo-mount/exo-mount-hal.c(exo_mount_hal_device_from_udi): Allow
          to use the drive UDIs for CD-ROMs, which don't implement the
          Volume interface, but have atleast one associated, that

Modified: libexo/trunk/exo-mount/exo-mount-hal.c
===================================================================
--- libexo/trunk/exo-mount/exo-mount-hal.c      2007-01-15 15:55:49 UTC (rev 
24482)
+++ libexo/trunk/exo-mount/exo-mount-hal.c      2007-01-15 16:01:04 UTC (rev 
24483)
@@ -201,6 +201,7 @@
       else if (G_UNLIKELY (n_volume_udis < 1))
         {
           /* no match, we cannot handle that device */
+          libhal_free_string_array (volume_udis);
           goto err1;
         }
 

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to