Changeset 41319


Ignore:
Timestamp:
11/28/17 15:51:16 (6 years ago)
Author:
andyjetset
Message:

fix hybridtuner thx gost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r41162 r41319  
    21702170                                        if(getconfig(tmpstr, NULL) != NULL)
    21712171                                                sethypridtuner(y, getconfig(tmpstr, NULL));
    2172                                         free(tmpstr), tmpstr = NULL;
     2172                                        //free(tmpstr), tmpstr = NULL;
    21732173#endif
    21742174                                }
     
    22022202                                        free(tmpstr), tmpstr = NULL;
    22032203                                }
     2204                                if(tmpstr != NULL)
     2205                                        free(tmpstr), tmpstr = NULL;
    22042206                        }
    22052207                }
Note: See TracChangeset for help on using the changeset viewer.