Add m_slist_free_full
commit9f89cd3812d3909fb00ff33af0b2729a055e7ef3
authorToni Gundogdu <legatvs@gmail.com>
Fri, 1 Feb 2013 11:40:23 +0000 (1 13:40 +0200)
committerToni Gundogdu <legatvs@gmail.com>
Fri, 1 Feb 2013 11:40:55 +0000 (1 13:40 +0200)
tree73190f3d51871d6f976340d56a29ef836eb41a11
parentd77a1c221081d50771d20aaca7f205faa2821286
Add m_slist_free_full

Add a wrapper function identical to g_slist_free_full, except
that this function returns immediately if the pointer parameter
is NULL.  g_slist_free_full became available in GLib 2.28.

NOTE: HAVE_GLIB_2_28 is not currently defined at all

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/api/free.c
src/api/scan_free.c
src/lua/quvi/opts.c
src/misc/Makefile.am
src/misc/media.c
src/misc/playlist.c
src/misc/slst.c [new file with mode: 0644]
src/misc/slst.h [new file with mode: 0644]
src/misc/subtitle.c