Changeset 29458
- Timestamp:
- Oct 17, 2010, 9:22:57 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/psphot/src
- Files:
-
- 2 edited
-
psphotCleanup.c (modified) (2 diffs)
-
psphotVisual.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psphot/src/psphotCleanup.c
r28013 r29458 14 14 psFree (config); 15 15 16 psphotVisualClose(); 16 17 psMemCheckCorruption (stderr, true); 17 18 pmModelClassCleanup (); … … 19 20 pmConceptsDone (); 20 21 pmConfigDone (); 22 pmVisualCleanup (); 21 23 psLibFinalize(); 22 24 // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot"); -
branches/eam_branches/ipp-20100823/psphot/src/psphotVisual.c
r29004 r29458 25 25 static int kapa2 = -1; 26 26 static int kapa3 = -1; 27 28 /** destroy windows at the end of a run*/ 29 bool psphotVisualClose(void) 30 { 31 if(kapa1 != -1) KiiClose(kapa1); 32 if(kapa2 != -1) KiiClose(kapa2); 33 if(kapa3 != -1) KiiClose(kapa3); 34 return true; 35 } 27 36 28 37 int psphotKapaChannel (int channel) {
Note:
See TracChangeset
for help on using the changeset viewer.
