From 4f5ffcfd5ba38b6b7dd6d3b15de8bb8677537b9f Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Thu, 09 Apr 2020 16:15:56 +0000 Subject: [PATCH] Commiting old changes --- src/restore.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/restore.c b/src/restore.c index 9f9c3f4..dcd227d 100644 --- a/src/restore.c +++ b/src/restore.c @@ -416,6 +416,7 @@ //idx++; } xmlFree(points); + free(coords); } child=child->next; } @@ -461,6 +462,7 @@ } } xmlFree(bonds); + free(conn); } xmlFree(conname); child=child->next; -- Gitblit v1.9.3