Commit b43f7de8 authored by Dafydd Harries's avatar Dafydd Harries

make stream_free static

darcs-hash:20070122134343-c9803-6a0023b2a4623057c42e23fb0bec2f9b0f383873.gz
parent ab13133d
...@@ -208,7 +208,7 @@ stream_new (MediaType type) ...@@ -208,7 +208,7 @@ stream_new (MediaType type)
} }
void static void
stream_free (Stream *stream) stream_free (Stream *stream)
{ {
component_free (stream->component); component_free (stream->component);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment