ObjFW  Diff

Differences From Artifact [eba1e0de33]:

To Artifact [d924c68c15]:


48
49
50
51
52
53
54
55

56
57
58
59
60
61

62
63
64
65
66
67
68
48
49
50
51
52
53
54

55
56
57
58
59
60

61
62
63
64
65
66
67
68







-
+





-
+







static struct DOSIFace *IDOS = NULL;
static struct Library *LocaleBase = NULL;
static struct LocaleIFace *ILocale = NULL;

OF_DESTRUCTOR()
{
	if (ILocale != NULL)
		DropInterface(ILocale);
		DropInterface((struct Interface *)ILocale);

	if (LocaleBase != NULL)
		CloseLibrary(LocaleBase);

	if (IDOS != NULL)
		DropInterface(IDOS);
		DropInterface((struct Interface *)IDOS);

	if (DOSBase != NULL)
		CloseLibrary(DOSBase);
}
#endif

#ifndef OF_AMIGAOS