~lightdm-team/lightdm/1.16

« back to all changes in this revision

Viewing changes to src/process.c

  • Committer: Robert Ancell
  • Date: 2014-03-06 01:45:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1914.
  • Revision ID: robert.ancell@canonical.com-20140306014551-ijvqabtq6515s8d2
Fix small leaks detected by valgrind

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
        execvp (argv[0], argv);
238
238
        _exit (EXIT_FAILURE);
239
239
    }
240
 
 
 
240
  
241
241
    close (log_fd);
 
242
    g_strfreev (argv);
242
243
    g_free (env_keys);
243
244
    g_free (env_values);
244
245