Remove extra checks in trie.
commit713cb8d5a32cee45a88d069e8b5ac84abfb338e1
authorElliott Sales de Andrade <qulogic@pidgin.im>
Wed, 7 Aug 2019 05:01:30 +0000 (7 01:01 -0400)
committerElliott Sales de Andrade <qulogic@pidgin.im>
Wed, 7 Aug 2019 05:01:30 +0000 (7 01:01 -0400)
tree82155a2096a08087b912e0f6b07d7a1dd2dfa642
parent080f7567a55fcc8a3a035c45f30918a7ae12c5a6
Remove extra checks in trie.

Pass the existing private struct pointer instead of the public one, so
we don't need to do a NULL check and offset again.
libpurple/trie.c