ObjFW  Diff

Differences From Artifact [beea68f36f]:

To Artifact [80f846e417]:


50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

- (void)dealloc
{
	if (_initialized) {
		int error = OFPlainMutexFree(&_mutex);

		if (error != 0) {
			OF_ENSURE(error == EBUSY);

			@throw [OFStillLockedException exceptionWithLock: self];
		}
	}

	[_name release];








|







50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

- (void)dealloc
{
	if (_initialized) {
		int error = OFPlainMutexFree(&_mutex);

		if (error != 0) {
			OFEnsure(error == EBUSY);

			@throw [OFStillLockedException exceptionWithLock: self];
		}
	}

	[_name release];