Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
daa50fd8
Unverified
Commit
daa50fd8
authored
Aug 27, 2019
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-pr/fix_double_free' into 3.6.x
Attributes GH PR #834:
https://github.com/ArcticaProject/nx-libs/pull/834
parents
6f80a06f
a7abd45a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Screen.c
nx-X11/programs/Xserver/hw/nxagent/Screen.c
+6
-6
No files found.
nx-X11/programs/Xserver/hw/nxagent/Screen.c
View file @
daa50fd8
...
...
@@ -1735,14 +1735,14 @@ N/A
#define POSITION_OFFSET (pScreen->myNum * (nxagentOption(Width) + \
nxagentOption(Height)) / 32)
}
/*
* Complete the initialization of the RANDR
* extension.
*/
/*
* Complete the initialization of the RANDR
* extension.
*/
nxagentInitRandRExtension
(
pScreen
);
nxagentInitRandRExtension
(
pScreen
);
}
#ifdef TEST
nxagentPrintAgentGeometry
(
NULL
,
"nxagentOpenScreen:"
);
...
...
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