flush all xFILEs at exit
This commit is contained in:
parent
7973794f75
commit
483edb5708
|
@ -429,6 +429,9 @@ pic_close(pic_state *pic)
|
||||||
/* free all heap objects */
|
/* free all heap objects */
|
||||||
pic_gc_run(pic);
|
pic_gc_run(pic);
|
||||||
|
|
||||||
|
/* flush all xfiles */
|
||||||
|
xfflush(NULL);
|
||||||
|
|
||||||
/* free heaps */
|
/* free heaps */
|
||||||
pic_heap_close(pic, pic->heap);
|
pic_heap_close(pic, pic->heap);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue