Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
ba9edaa
for
user.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-05-10T17:34:46Z (
18 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
13cc96c
Parents:
67b6766
Message:
Moved everything to the BitlBee event handling API.
File:
1 edited
user.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
user.c
r67b6766
rba9edaa
109
109
if( u->handle ) g_free( u->handle );
110
110
if( u->sendbuf ) g_free( u->sendbuf );
111
if( u->sendbuf_timer )
g_source
_remove( u->sendbuf_timer );
111
if( u->sendbuf_timer )
b_event
_remove( u->sendbuf_timer );
112
112
g_free( u );
113
113
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive