Fix HDCP + some bugfixes

Thanks @hexkyz for taking the time to recheck for the missing 6.x changes
This commit is contained in:
Kostas Missos
2018-11-20 21:32:54 +02:00
parent 4eb5b5f91b
commit 267a04c4ac
6 changed files with 53 additions and 50 deletions

View File

@@ -230,9 +230,9 @@ void ini_free_section(ini_sec_t *cfg)
{
free(kv->key);
free(kv->val);
free(kv);
//free(kv);
}
free(cfg);
//free(cfg);
cfg = NULL;
}