[BACK]Return to gzopen.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / compress

Diff for /src/usr.bin/compress/gzopen.c between version 1.25 and 1.26

version 1.25, 2008/08/20 09:22:02 version 1.26, 2009/11/11 18:04:35
Line 146 
Line 146 
                 }                  }
                 s->z_stream.next_out = s->z_buf;                  s->z_stream.next_out = s->z_buf;
 #else  #else
                   free(s);
                 return (NULL);                  return (NULL);
 #endif  #endif
         } else {          } else {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26