diff options
author | comex | 2015-08-07 17:14:23 -0400 |
---|---|---|
committer | comex | 2015-08-07 17:14:23 -0400 |
commit | eba07b47cdf64a1009b77d899f1435cc501e9eaa (patch) | |
tree | 3e2d560536aa19b07f66fd478b956217f6c5b0e0 /lib/jump-dis.c | |
parent | add the missing ability to specify --disable-x and --without-x ;p (diff) | |
download | substitute-eba07b47cdf64a1009b77d899f1435cc501e9eaa.tar.gz |
fix vec.h bug
Diffstat (limited to 'lib/jump-dis.c')
-rw-r--r-- | lib/jump-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jump-dis.c b/lib/jump-dis.c index 9b8bd18..8c33cf4 100644 --- a/lib/jump-dis.c +++ b/lib/jump-dis.c @@ -171,7 +171,7 @@ done: /* no bad instructions! */ ret = false; fail: - vec_free_storage(&ctx.queue.v); + vec_free_storage_uint_tptr(&ctx.queue.v); return ret; } |