projects
/
free-sw
/
xcb
/
demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2120cf1
)
Use XCBDisconnect and not free on a connection. Free a reply
author
TORRI Vincent
<torri@doursse.(none)>
Mon, 1 May 2006 21:27:30 +0000
(23:27 +0200)
committer
TORRI Vincent
<torri@doursse.(none)>
Mon, 1 May 2006 21:27:30 +0000
(23:27 +0200)
xcbrandr.c
patch
|
blob
|
history
diff --git
a/xcbrandr.c
b/xcbrandr.c
index
f3d84e2
..
1fba5d4
100644
(file)
--- a/
xcbrandr.c
+++ b/
xcbrandr.c
@@
-446,6
+446,7
@@
main (int argc, char **argv)
XRRFreeScreenConfigInfo(sc);
#endif
free(sc);
- free(c);
+ free(rr_version);
+ XCBDisconnect(c);
return(0);
}