num_exp: bitwise ops and op precedence
[m6w6/ext-psi] / psi.d / glob.psi
index f4a762a729e1a0bfbac6e1877954d12abf449486..5e6d21534d452d34c36304878dfb533dbd06f16c 100644 (file)
@@ -22,5 +22,4 @@ function psi\glob(string $pattern, int $flags, array &$glob = NULL, callable $er
                to_int(gl_flags),
                to_array(*gl_pathv, gl_pathc + gl_offs, to_string(*gl_pathv))
        );
-       free globfree(buf);
 }