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

(-)alsa-lib/src/mixer/bag.c (+1 lines)
Lines 59-64 Link Here
59
		bag1_t *b = list_entry(pos, bag1_t, list);
59
		bag1_t *b = list_entry(pos, bag1_t, list);
60
		if (b->ptr == ptr) {
60
		if (b->ptr == ptr) {
61
			list_del(&b->list);
61
			list_del(&b->list);
62
			free(b);
62
			return 0;
63
			return 0;
63
		}
64
		}
64
	}
65
	}

Return to bug 78167