Skip to content

Commit

Permalink
Merge branch 'aaa' of github.com:Safe-BCY/dlt-daemon into aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-bcy committed May 10, 2022
2 parents 44c814c + 4fcd76b commit f34afea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shared/dlt_config_file_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ static int dlt_config_file_set_section(DltConfigFile *file, char *name)

if (s->keys == NULL) {
free(s->name);
<<<<<<< HEAD
s->name = NULL;
=======
s->name = NULL; /*free again in dlt_config_file_release*/
>>>>>>> 4fcd76b7cfb9cf58204432329df84514d2b99449
dlt_log(LOG_ERR, "Cannot allocate memory for internal data structure\n");
return -1;
}
Expand Down

0 comments on commit f34afea

Please sign in to comment.