Changeset 41319
- Timestamp:
- 11/28/17 15:51:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r41162 r41319 2170 2170 if(getconfig(tmpstr, NULL) != NULL) 2171 2171 sethypridtuner(y, getconfig(tmpstr, NULL)); 2172 free(tmpstr), tmpstr = NULL;2172 //free(tmpstr), tmpstr = NULL; 2173 2173 #endif 2174 2174 } … … 2202 2202 free(tmpstr), tmpstr = NULL; 2203 2203 } 2204 if(tmpstr != NULL) 2205 free(tmpstr), tmpstr = NULL; 2204 2206 } 2205 2207 }
Note: See TracChangeset
for help on using the changeset viewer.