Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
52e5ac5e
Commit
52e5ac5e
authored
Feb 03, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure leaked objects are printed even if a file descriptor is
still open.
parent
e432d54f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
main.c
server/main.c
+0
-4
request.c
server/request.c
+1
-0
No files found.
server/main.c
View file @
52e5ac5e
...
...
@@ -137,9 +137,5 @@ int main( int argc, char *argv[] )
init_signals
();
init_registry
();
main_loop
();
#ifdef DEBUG_OBJECTS
dump_objects
();
/* dump any remaining objects */
#endif
return
0
;
}
server/request.c
View file @
52e5ac5e
...
...
@@ -794,6 +794,7 @@ static void close_socket_timeout( void *arg )
close_global_handles
();
close_registry
();
close_atom_table
();
dump_objects
();
/* dump any remaining objects */
#else
exit
(
0
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment