Advertisement
Guest User

Untitled

a guest
May 19th, 2022
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. src/misc/json.c: In function ‘json_parse_string’:
  2. src/misc/json.c:119:31: error: pointer ‘r’ used after ‘free’ [-Werror=use-after-free]
  3. 119 | *failp = (a - r) + start;
  4. | ~~~^~~~
  5. src/misc/json.c:117:19: note: call to ‘free’ here
  6. 117 | free(r);
  7. | ^~~~~~~
  8. cc1: all warnings being treated as errors
  9. make: *** [Makefile:643: /home/gary/tvheadend/src/tvheadend-4.2.8/build.linux/src/misc/json.o] Error 1
  10. ==> ERROR: A failure occurred in build().
  11. Aborting...
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement