Skip to content

release semaphore which was not used before #23

@g3gg0

Description

@g3gg0

In this line

osReleaseSemaphore(&connection->serverContext->semaphore);

you are referencing to connection->serverContext in the else-path which gets assigned in the if-section.

did you mean this instead?

osReleaseSemaphore(&context->semaphore);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions