]> granicus.if.org Git - php/commitdiff
Fixed bug codes in stream_resolve_include_path....
authorXinchen Hui <laruence@gmail.com>
Fri, 7 Mar 2014 10:01:02 +0000 (18:01 +0800)
committerXinchen Hui <laruence@gmail.com>
Fri, 7 Mar 2014 10:01:22 +0000 (18:01 +0800)
ext/standard/streamsfuncs.c

index 8dfd08a347cfed4338eb74b5dfac5af31bd18b2f..d7ada0dfe1533601c8e578d946a8049e779459e6 100644 (file)
@@ -1542,6 +1542,7 @@ PHP_FUNCTION(stream_resolve_include_path)
 //???          RETURN_STRING(resolved_path, 0);
                RETVAL_STRING(resolved_path);
                efree(resolved_path);
+               return;
        }
        RETURN_FALSE;
 }