mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Do free the base of a refobject as well
This commit is contained in:
parent
48c3ce52b3
commit
ac372a2edc
@ -98,6 +98,8 @@ int refobject_unref(refobject_t self)
|
|||||||
thread_mutex_unlock(&(base->lock));
|
thread_mutex_unlock(&(base->lock));
|
||||||
thread_mutex_destroy(&(base->lock));
|
thread_mutex_destroy(&(base->lock));
|
||||||
|
|
||||||
|
free(base);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user