You need to sign in or sign up before continuing.
The source project of this merge request has been removed.
Fix read_config memory leaks
C, unlike C++, doesn't perform any user-defined action when executing an assignment such as x=g_strdup(y).
Please merge. Thanks.