You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation of the `muc_nick` function we can read:
> The nickname is owned by the chat room and should not be modified or freed
We should reflect that in the return type and `strdup` the value for the
plugin API.
Fixes: profanity-im#2013
In the documentation of the `muc_nick` function we can read:
> The nickname is owned by the chat room and should not be modified or freed
We should reflect that in the return type and `strdup` the value for the
plugin API.
Fixes: profanity-im#2013
Either the function definition in
profapi.h
is wrong, i.e. schould be aconst char*
...... or a
strdup
is missing somewhere, because afree
of the returned value crashes profanity.The text was updated successfully, but these errors were encountered: