IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2019, 5:21:43 PM (7 years ago)
Author:
eugene
Message:

free memory on exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/kapa2/src/kapa.c

    r40781 r40782  
    1010  EventLoop ();
    1111
    12   // free things related to the graphic:
    13   {
    14     Graphic *graphic = GetGraphic ();
    15     FreeVisual(graphic);
    16   }
    17  
    1812  CloseDisplay ();
     13
     14  // free things
     15  FreeLayout();
     16  FreeGraphic();
     17  FREE (NAME_WINDOW);
     18
    1919  MemoryDumpAndExit ();
    2020}
Note: See TracChangeset for help on using the changeset viewer.