mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
1ec7db70ec
- process spawning was decoupled from the rest of the job control logic. The goal is reusing it for spawning processes connected to pseudo terminal file descriptors. - job_start now receives a JobOptions structure containing all the startup options.
17 lines
259 B
Plaintext
17 lines
259 B
Plaintext
{
|
|
nss_parse_service_list
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:nss_parse_service_list
|
|
fun:__nss_database_lookup
|
|
}
|
|
{
|
|
uv_spawn_with_optimizations
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:uv_spawn
|
|
fun:pipe_process_spawn
|
|
fun:process_spawn
|
|
fun:job_start
|
|
}
|