libuv/docs
mugitya03 a0f2339011
Free pointer lib before function returns.
In function main, the pointer lib allocated at line 7 is passed as an argument to functions uv_dlopen at line 10, uv_dlerror at lines 11 and 17, and uv_dlsym at line 16, but it is never freed before the function returns at line 24. This results in a memory leak bug.
2025-02-26 19:34:44 -05:00
..
code Free pointer lib before function returns. 2025-02-26 19:34:44 -05:00
src doc: fix rendering of threading.html (#4716) 2025-02-25 19:03:07 -05:00
make.bat doc: add API documentation 2014-09-11 09:38:35 +02:00
Makefile doc: fix generation the first time livehtml runs 2016-05-26 09:48:28 +02:00
requirements.txt doc: switch to Furo, a more modern Sphinx theme (#4094) 2023-08-14 15:27:18 -04:00