~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to common/test-config.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-11 15:34:43 UTC
  • mto: (2.1.2 lenny) (1.4.50)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: james.westby@ubuntu.com-20071211153443-w5922mvs37kx0g4q
Tags: upstream-2.20.2
ImportĀ upstreamĀ versionĀ 2.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
static void
159
159
load_servers_group (GdmConfig *config)
160
160
{
161
 
        char     **keys;
 
161
        gchar    **keys;
162
162
        gsize      len;
163
163
        int        i;
164
164
 
203
203
                }
204
204
                g_free (new_group);
205
205
        }
 
206
        g_ptr_array_free ((GPtrArray*) keys, TRUE);
206
207
}
207
208
 
208
209
static void