diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-15 19:57:12 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-15 19:57:12 +0200 |
commit | dd89a55a9b54e29da43d6adea00fc2c42e3e7ebd (patch) | |
tree | 3b2d33e9461655c0858f826161d4a85018d90f6b /protocols/nogaim.c | |
parent | 764b0aba8754ab488ccc84f5cba0f9bd0c454707 (diff) |
Fixed various memory leaks/other possible problems after code review.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 51d08e5a..eee104c4 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -611,7 +611,8 @@ void serv_got_update( struct gaim_connection *gc, char *handle, int loggedin, in return; } - return; + /* Why did we have this here.... + return; */ } oa = u->away != NULL; |