[1575] in BarnOwl Developers
[nelhage/barnowl] 029a8b: owl_aim_process_events: aux_data is already a poin...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:18:14 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 22 Jul 2009 21:58:12 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 029a8b5aef48f9c708481768705d44bd97d1843c
http://github.com/nelhage/barnowl/commit/029a8b5aef48f9c708481768705d44bd97d1843c
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-07-22 (Wed, 22 Jul 2009)
Changed paths:
M aim.c
Log Message:
-----------
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>
Commit: 4d86e066c8f1fe00bd18a85523b809ba4c968947
http://github.com/nelhage/barnowl/commit/4d86e066c8f1fe00bd18a85523b809ba4c968947
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-07-22 (Wed, 22 Jul 2009)
Changed paths:
M aim.c
M cmd.c
M commands.c
M context.c
M dict.c
M fmtext.c
M keymap.c
M list.c
M message.c
M obarray.c
M owl.c
M perlconfig.c
M popexec.c
M select.c
M util.c
M variable.c
M view.c
M zcrypt.c
M zephyr.c
Log Message:
-----------
Get rid of a whole bunch of useless casts.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>