Menu

#229 tilp_config.c:235]: (error) Resource leak: txt

open
nobody
None
5
2018-02-17
2018-02-17
dcb
No

Source code is

p = strchr(buffer, '=');
if (p == NULL)
    return -1;

Suggest add missing call to fclose.

Discussion


Log in to post a comment.