Skip to content

Commit e07ebf8

Browse files
author
Andrey Rodko
committed
Close Curl handle in php8
1 parent bae7b32 commit e07ebf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BigBlueButton.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ private function processXmlResponse($url, $payload = '', $contentType = 'applica
491491
throw new BadResponseException('Bad response, HTTP code: ' . $httpcode);
492492
}
493493
curl_close($ch);
494+
unset($ch);
494495

495496
$cookies = file_get_contents($cookiefilepath);
496497
if (strpos($cookies, 'JSESSIONID') !== false) {

0 commit comments

Comments
 (0)