Changeset 24279 for titan/titan/global.h


Ignore:
Timestamp:
10/13/13 19:17:12 (10 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r24260 r24279  
    33313331                if(ret == Z_NEED_DICT || ret == Z_DATA_ERROR || ret == Z_MEM_ERROR)
    33323332                {
    3333                         free(*outbuf); *outbuf = NULL;
     3333                        if(flag == 0)
     3334                        {
     3335                                free(*outbuf);
     3336                                *outbuf = NULL;
     3337                        }                               
    33343338                        (void)inflateEnd(&stream);
    33353339                        return 1;
Note: See TracChangeset for help on using the changeset viewer.