mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-25 02:00:17 +00:00
This makes it crash
This commit is contained in:
parent
64059b21ed
commit
70a493e89a
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ void servicesExit(void)
|
|||
{
|
||||
ftp_exit();
|
||||
nifmExit();
|
||||
socketExit();
|
||||
// socketExit();
|
||||
|
||||
freeIcons();
|
||||
if (g_notificationLedAvailable) {
|
||||
|
@ -56,6 +56,7 @@ Result servicesInit(void)
|
|||
// debug
|
||||
Result socinit = 0;
|
||||
if ((socinit = socketInitializeDefault()) == 0) {
|
||||
ATEXIT(socketExit);
|
||||
// nxlinkStdio();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue