~ubuntu-branches/ubuntu/jaunty/cron/jaunty-updates

« back to all changes in this revision

Viewing changes to env.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-15 12:58:26 UTC
  • Revision ID: james.westby@ubuntu.com-20051115125826-aa42nf05d52frf4w
Tags: 3.0pl1-92ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
{
41
41
        char    **p;
42
42
 
 
43
        if(!envp)
 
44
                return;
 
45
 
43
46
        for (p = envp;  *p;  p++)
44
47
                free(*p);
45
48
        free(envp);