Commit 23da1b16 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix segfault when closing http interface.

parent 9bb85a17
......@@ -279,8 +279,3 @@ load_dir( http_dir )
while not vlc.misc.lock_and_wait() do end -- everything happens in callbacks
-- FIXME: We shouldn't need to do this ourselves.
for i=1,#files do
getmetatable(files[i]).__gc(files[i])
files[i] = nil
end
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