Pārlūkot izejas kodu

Fix possible memory leaks

Fix #18
master
Siwen Yu pirms 6 gadiem
committed by ooxi
vecāks
revīzija
8297961519
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      src/xml.c

+ 2
- 0
src/xml.c Parādīt failu

@@ -833,6 +833,7 @@ struct xml_node* xml_easy_child(struct xml_node* node, uint8_t const* child_name
/* Two children with the same name
*/
} else {
va_end(arguments);
return 0;
}
}
@@ -841,6 +842,7 @@ struct xml_node* xml_easy_child(struct xml_node* node, uint8_t const* child_name
/* No child with that name found
*/
if (!next) {
va_end(arguments);
return 0;
}
current = next;


Notiek ielāde…
Atcelt
Saglabāt