Skip to content

program crash at zlog_thread_del() #1

@yinhanng

Description

@yinhanng

thanks for this project, but i find one bug when use zlogwin at multithread env, zlog_thread_del crashs, accept zlog_thread_t **, which is diffrent to the original zlog project zlog_thread_t *, i change this logic to original, the crash has gone,
as next
void zlog_thread_del(zlog_thread_t ** a_thread); ===>void zlog_thread_del(zlog_thread_t * a_thread);
i don't if my change to code is correct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions