Ignore:
Timestamp:
06/11/12 04:34:43 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/imdbapi/imdbapi.h

    r16458 r16477  
    130130                }
    131131
    132                 if(tmpstr != NULL)
    133                 {
    134                         free(tmpstr); tmpstr = NULL;
    135                 }
     132                free(tmpstr); tmpstr = NULL;
     133
    136134                debug(133, "id: %s", imdbapi->id);
    137135                debug(133, "title: %s", imdbapi->title);
Note: See TracChangeset for help on using the changeset viewer.