Free tmalloced Cfg.strings[i]
This commit is contained in:
parent
02b4f06f2d
commit
74a615d5af
|
|
@ -331,6 +331,9 @@ SVG_Close(void)
|
|||
tfree(colors);
|
||||
}
|
||||
|
||||
for (i = 0; i < NUM_STRINGS; i++)
|
||||
tfree(Cfg.strings[i]);
|
||||
|
||||
/* In case of hardcopy command destroy the hardcopy graph
|
||||
* and reset currentgraph to graphid 1, if possible
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue