dect
/
libdect
Archived
13
0
Fork 0

Prevent mm-fp from crashing by calling dect_close_handle(dh) twice at shutdown.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Erik Tews 2010-06-29 16:12:40 +02:00 committed by Patrick McHardy
parent 7e9184f91a
commit b04461a50d
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ int main(int argc, char **argv)
dect_common_init(&ops);
dect_event_loop();
dect_close_handle(dh);
dect_common_cleanup(dh);
close(rand_fd);