- Timestamp:
- Jun 6, 2019, 5:21:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/kapa2/src/kapa.c
r40781 r40782 10 10 EventLoop (); 11 11 12 // free things related to the graphic:13 {14 Graphic *graphic = GetGraphic ();15 FreeVisual(graphic);16 }17 18 12 CloseDisplay (); 13 14 // free things 15 FreeLayout(); 16 FreeGraphic(); 17 FREE (NAME_WINDOW); 18 19 19 MemoryDumpAndExit (); 20 20 }
Note:
See TracChangeset
for help on using the changeset viewer.
