mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix warnings
This commit is contained in:
parent
fffe72bcaa
commit
f6bca8e928
|
@ -1411,7 +1411,6 @@ static void msi_handle_packet ( Messenger *messenger, int source, const uint8_t
|
|||
LOGGER_WARNING("Invalid message: no resp nor requ headers");
|
||||
}
|
||||
|
||||
free_end:
|
||||
free ( msg );
|
||||
}
|
||||
|
||||
|
|
|
@ -272,7 +272,7 @@ int toxav_reject ( ToxAv *av, int32_t call_index, const char *reason )
|
|||
return ErrorInvalidState;
|
||||
}
|
||||
|
||||
return msi_reject(av->msi_session, call_index, (const uint8_t *) reason);
|
||||
return msi_reject(av->msi_session, call_index, reason);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user