  _________________________________________________________________________
/#########################################################################\
|#####...####..######..######......####...####..#####..##......##......###|
|####.....###..######..########..#####.....###...####..##..######..#######|
|###..###..##..######..########..####..###..##....###..##..######..#######|
|###..###..##..######..########..####..###..##..#...#..##..######......###|
|###.......##..######..########..####.......##..##.....##..######..#######|
|###..###..##..######..########..####..###..##..###....##..######..#######|
|###..###..##...#####...#######..####..###..##..####...##..######..#######|
|###..###..##......##......##......##..###..##..#####..##......##......###|
|#########################################################################|
|####################################################################{RB}#|
|=========================================================================|
|									  |
|		           ----> PRESENTS <----				  |
|									  |
|			THE ABACUS SERIES - VOLUME 2		          |
|									  |
|            AMIGA GRAPHICS INSIDE AND OUT - THE COMPLETE BOOK            |
|									  |
| Typed / Scanned / Edited By : RAZOR BLADE.			          |
| Additional Typing by        : GLITCH ( + 8 pages by Asterix ! ).	  |
| Menu Coded by 	      : RAISTLIN				  |
| Original Supplied by	      : VIPER					  |
|									  |
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|
| 		CALL THE ALLIANCE WORLD HQ -> THE PLACE TO BE             |
|       UNKNOWN PLEASURES --> +44 (0) 823 322 891 --> SYSOP: BARBARIAN    |
|_________________________________________________________________________|


      
9.7 FINISH THE DAY.
===================
       
In our programs, "finish the day" means we still have more work to do.First
we have to return the reserved memory back to the system. Then we have to 
close all opened libraries sing CloseLibrary(base pointer). The base pointer
for the graphics library must be GfxBase.
       
When you are returning memory, you must remember that the Copper list you 
created with MakeVPort and MrgCop uses memory also.
       
To release the ViewPort intermediate lists, use FreeVPortCopLists(&View
Port). Then use FreeCprList(View LOFCprList) and FreeCprList (View 
SHFCprList) to release the actual Copper list (See Appendix A for View/ 
LOF/SHFCprList).
       
FreeRaster (Bitmap Planes [i]), Width, Height) is used to release the 
memory for every bit-plane used).
       
To release the reserved memory for the color map, use FreeColorMap
(&ColorMap) and FreeColorMap(ViewPort.ColorMap).
       
       
                            PAGE 325
       
-----------------------------------------------------------------------------
