~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to src/eggdesktopfile.c

Tags: upstream-2.27.92
ImportĀ upstreamĀ versionĀ 2.27.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
1274
1274
 out:
1275
1275
  if (env)
1276
1276
    {
1277
 
      g_strfreev ((char **)env->pdata);
1278
 
      g_ptr_array_free (env, FALSE);
 
1277
      g_ptr_array_foreach (env, (GFunc)g_free, NULL);
 
1278
      g_ptr_array_free (env, TRUE);
1279
1279
    }
1280
1280
  free_document_list (translated_documents);
1281
1281