Commit 5ae9fced authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz: Use free() to free the "pszFileName" member.

parent 8abcae54
......@@ -340,7 +340,7 @@ static void async_reader_destroy(struct strmbase_filter *iface)
DeleteCriticalSection(&filter->sample_cs);
strmbase_source_cleanup(&filter->source);
CoTaskMemFree(filter->pszFileName);
free(filter->pszFileName);
FreeMediaType(&filter->mt);
}
......
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