FreeBSD Bugzilla – Attachment #101633: file.diff for
bug #141216
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 141216
Collapse All
|
Expand All
(-)
libawn/awn-settings.c (-1 / +1 lines)
Lines 139-145
Link Here
139
139
140
AwnSettings *s = NULL;
140
AwnSettings *s = NULL;
141
141
142
s = g_new(AwnSettings, 1);
142
s = g_new0(AwnSettings, 1);
143
143
144
settings = s;
144
settings = s;
Return to
bug 141216