diff --git a/client/app_config.cpp b/client/app_config.cpp index 22e4fe9095..143c51c9b6 100644 --- a/client/app_config.cpp +++ b/client/app_config.cpp @@ -120,7 +120,7 @@ int APP_VERSION_CONFIG::parse(XML_PARSER& xp, PROJECT* p) { int APP_CONFIGS::parse(XML_PARSER& xp, PROJECT* p) { int n; - app_configs.clear(); + clear(); if (!xp.parse_start("app_config")) return ERR_XML_PARSE; while (!xp.get_tag()) { if (!xp.is_tag) {