We've already set an initial reference count of 1 so don't count it up again.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@634 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-03-07 16:04:32 +00:00
parent 64571374b3
commit b67963cec2

View file

@ -103,7 +103,7 @@ pa_stream *pa_stream_new(pa_context *c, const char *name, const pa_sample_spec *
PA_LLIST_PREPEND(pa_stream, c->streams, s);
return pa_stream_ref(s);
return s;
}
static void hashmap_free_func(void *p, void *userdata) {