Browse Source

Free tmalloced Cfg.strings[i]

pre-master-46
Holger Vogt 5 years ago
parent
commit
74a615d5af
  1. 3
      src/frontend/svg.c

3
src/frontend/svg.c

@ -331,6 +331,9 @@ SVG_Close(void)
tfree(colors); tfree(colors);
} }
for (i = 0; i < NUM_STRINGS; i++)
tfree(Cfg.strings[i]);
/* In case of hardcopy command destroy the hardcopy graph /* In case of hardcopy command destroy the hardcopy graph
* and reset currentgraph to graphid 1, if possible * and reset currentgraph to graphid 1, if possible
*/ */

Loading…
Cancel
Save