Changeset 3226

Show
Ignore:
Timestamp:
01/08/08 19:32:28
Author:
svillar
Message:
  • Fixed an invalid g_free
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3219 r3226  
     12008-01-08  Sergio Villar Senin  <svillar@igalia.com> 
     2 
     3        * libtinymail-maemo/tny-maemo-conic-device.c: fixed an invalid g_free 
     4        over a previously freed field of a struct 
     5 
    162007-12-30  Philip Van Hoof <pvanhoof@gnome.org> 
    27 
  • trunk/libtinymail-maemo/tny-maemo-conic-device.c

    r3165 r3226  
    147147        TnyMaemoConicDevicePriv *priv = TNY_MAEMO_CONIC_DEVICE_GET_PRIVATE (self); 
    148148 
    149         if (priv->connect_slot)  
    150         { 
     149        if (priv->connect_slot) { 
    151150                GError *err = NULL; 
    152151                gboolean canceled = FALSE; 
     
    187186 
    188187                g_object_unref (info->self); 
    189                 g_free (info->self); 
     188                g_free (info->iap_id); 
    190189                g_slice_free (ConnectInfo, info); 
    191190        }