mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	fix potential memory leak
This commit is contained in:
		| @@ -37,6 +37,7 @@ module Invidious::Routes::API::V1::Search | ||||
|       url = "/complete/search?client=youtube&hl=en&gl=#{region}&q=#{URI.encode_www_form(query)}&gs_ri=youtube&ds=yt" | ||||
|  | ||||
|       response = client.get(url).body | ||||
|       client.close | ||||
|  | ||||
|       body = JSON.parse(response[19..-2]).as_a | ||||
|       suggestions = body[1].as_a[0..-2] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ChunkyProgrammer
					ChunkyProgrammer