![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch stomp.diff for stomp Bug #74747Patch version 2017-06-12 07:07 UTC Return to Bug #74747 | Download this patchPatch Revisions: Developer: ljsh_2007@163.com@@ -495,7 +495,9 @@ if (!url_parts || !url_parts->host) { STOMP_ERROR(0, PHP_STOMP_ERR_INVALID_BROKER_URI); - php_url_free(url_parts); + if (url_parts) { + php_url_free(url_parts); + } return; } |
![]() All rights reserved. |
Last updated: Sat Apr 19 12:01:26 2025 UTC |