This website works better with JavaScript.
Home
Help
Sign In
nomis
/
lamp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: segfault on delete[] server
master
n0m1s
6 years ago
parent
75e0e6c643
commit
bbb9828eaf
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
clock_settings.cpp
+ 2
- 1
clock_settings.cpp
View File
@ -4,7 +4,8 @@
#
include
<stdlib.h>
#
include
<stdlib.h>
#
include
<limits.h>
#
include
<limits.h>
ClockSettings
:
:
ClockSettings
(
)
ClockSettings
:
:
ClockSettings
(
)
:
m_server
(
nullptr
)
{
{
}
}
Write
Preview
Loading…
Cancel
Save