aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/miext/sync
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/miext/sync')
-rw-r--r--xorg-server/miext/sync/makefile4
-rw-r--r--xorg-server/miext/sync/misync.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/miext/sync/makefile b/xorg-server/miext/sync/makefile
new file mode 100644
index 000000000..007233627
--- /dev/null
+++ b/xorg-server/miext/sync/makefile
@@ -0,0 +1,4 @@
+LIBRARY = libsync
+
+CSRCS = \
+ misync.c
diff --git a/xorg-server/miext/sync/misync.c b/xorg-server/miext/sync/misync.c
index 932376cf0..f3b711d58 100644
--- a/xorg-server/miext/sync/misync.c
+++ b/xorg-server/miext/sync/misync.c
@@ -167,7 +167,6 @@ SyncCloseScreen (int i, ScreenPtr pScreen)
SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen);
pScreen->CloseScreen = pScreenPriv->CloseScreen;
- free(pScreenPriv);
return (*pScreen->CloseScreen) (i, pScreen);
}