owl_aim_process_events: aux_data is already a pointer; don’t take it’s address.
This bug was hidden from the compiler by a useless cast. Fortunately
priv is unused in this function, although this perhaps explains why
the free(priv->buddyicon) is commented out below.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>