/[man-db]/man-db/src/compression.c
ViewVC logotype

Diff of /man-db/src/compression.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by cjwatson, Wed Oct 23 01:03:28 2002 UTC revision 1.14 by cjwatson, Wed Jul 30 09:37:24 2003 UTC
# Line 183  char *decompress (const char *filename, Line 183  char *decompress (const char *filename,
183          status = do_system_drop_privs (command);          status = do_system_drop_privs (command);
184          debug = save_debug;          debug = save_debug;
185    
         free (command);  
   
186          if (status) {          if (status) {
187                  remove_ztemp ();                  remove_ztemp ();
188                  error (0, 0, _("command '%s' failed with exit status %d"),                  error (0, 0, _("command '%s' failed with exit status %d"),
189                         command, status);                         command, status);
190                    free (command);
191                  return NULL;                  return NULL;
192          }          }
193            free (command);
194          return file;          return file;
195  }  }
196    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26