2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
10 #include <proto/icon.h>
12 extern struct DiskObject
*__alib_dObject
;
13 extern struct Library
*IconBase
;
21 Cleans up after a call to ArgArrayInit(). Make sure you don't need
22 the tooltype anymore array before calling this function.
27 Cleanup is made after an ArgArrayInit() call. This includes
28 deallocation of the tooltype array returned from that function.
31 The tooltype array got from ArgArrayInit() will no longer be valid
32 after a call to this function.
45 05.05.98 SDuvan implemented
47 *****************************************************************************/
49 if(__alib_dObject
!= NULL
)
50 FreeDiskObject(__alib_dObject
);