]> granicus.if.org Git - jq/commit
Pass on the error message when rel_path is invalid
authorMuh Muhten <muh.muhten@gmail.com>
Tue, 19 Feb 2019 05:34:04 +0000 (00:34 -0500)
committerNico Williams <nico@cryptonector.com>
Thu, 21 Feb 2019 01:16:18 +0000 (19:16 -0600)
commitff014824bc30424044658c9950d6e6d9c8fae73f
tree23dabf41a734cbc7e56d2384fec07562cd6cbb29
parent8edf58a95fdebfba7b6a6145e2f58cdb4f3eb64c
Pass on the error message when rel_path is invalid

"Module path must be a string" is not a useful error message when the
reason the module path isn't a string is because the string it was got
replaced with an invalid with an error message for some other reason.

Also fixes a few memory leaks on early exits.
src/linker.c