mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
gst/gstclock.c: Commit from the Political Party For More Atomic CVS Commits, so that people don't waste too much of t...
Original commit message from CVS: * gst/gstclock.c: (_gst_clock_id_free): Commit from the Political Party For More Atomic CVS Commits, so that people don't waste too much of their day fishing out obvious leaks out of massive commits. Oh, and fix a pretty damn obvious leak in the memchunk removal code.
This commit is contained in:
parent
f7e6a059d2
commit
5526c2dbe4
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/gstclock.c: (_gst_clock_id_free):
|
||||
Commit from the Political Party For More Atomic CVS Commits,
|
||||
so that people don't waste too much of their day fishing
|
||||
out obvious leaks out of massive commits.
|
||||
Oh, and fix a pretty damn obvious leak in the memchunk
|
||||
removal code.
|
||||
|
||||
2005-09-20 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -127,6 +127,7 @@ _gst_clock_id_free (GstClockID id)
|
|||
#ifndef GST_DISABLE_TRACE
|
||||
gst_alloc_trace_free (_gst_clock_entry_trace, id);
|
||||
#endif
|
||||
g_free (id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue