Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562822
Collapse All | Expand All

(-)gnubiff-2.2.15/src/mailbox.cc (-1 / +1 lines)
Lines 104-110 Link Here
104
	g_mutex_unlock (mutex_);
104
	g_mutex_unlock (mutex_);
105
105
106
	// Free all mutexes
106
	// Free all mutexes
107
	g_mutex_unlock (mutex_);
107
	//g_mutex_unlock (mutex_);
108
	g_mutex_lock (monitor_mutex_);
108
	g_mutex_lock (monitor_mutex_);
109
	g_mutex_unlock (monitor_mutex_);
109
	g_mutex_unlock (monitor_mutex_);
110
	g_mutex_free (monitor_mutex_);
110
	g_mutex_free (monitor_mutex_);

Return to bug 562822