added two api precondition guards use g_strdup with getenv to fix crash when using ENVVAR

Original commit message from CVS:
added two api precondition guards
use g_strdup with getenv to fix crash when using ENVVAR
This commit is contained in:
Stefan Kost 2004-11-01 11:45:26 +00:00
parent 0171c7ae3b
commit 30b54891b6

View file

@ -1,3 +1,9 @@
2004-11-01 Stefan Kost <ensonic@users.sf.net>
* ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
added two api precondition guards
use g_strdup with getenv to fix crash when using ENVVAR
2004-11-01 Jan Schmidt <thaytan@mad.scientist.com> 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
* ext/esd/esdsink.c: (gst_esdsink_class_init), * ext/esd/esdsink.c: (gst_esdsink_class_init),
(gst_esdsink_finalize): (gst_esdsink_finalize):