Bug 1253 - misplaced ; at end of |if| statements in hw/xfree86/common/xf86Helper.c
Summary: misplaced ; at end of |if| statements in hw/xfree86/common/xf86Helper.c
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/DDX/Xorg (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 09:27 UTC by Dave Jones
Modified: 2004-09-21 04:40 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
patch solving problem (564 bytes, patch)
2004-08-31 09:28 UTC, Dave Jones
no flags Details | Splinter Review

Description Dave Jones 2004-08-31 09:27:41 UTC
A quick grep reveals these gems..

./programs/Xserver/hw/xfree86/common/xf86Helper.c:257:    if (pScrn->privates);
./programs/Xserver/hw/xfree86/common/xf86Helper.c-258-  xfree(pScrn->privates);
--
./programs/Xserver/hw/xfree86/common/xf86Helper.c-348-
./programs/Xserver/hw/xfree86/common/xf86Helper.c:349:    if (pInp->private);
./programs/Xserver/hw/xfree86/common/xf86Helper.c-350-  xfree(pInp->private);
Comment 1 Dave Jones 2004-08-31 09:28:06 UTC
Created attachment 791 [details] [review]
patch solving problem
Comment 2 Roland Mainz 2004-08-31 10:32:26 UTC
(sorry for the wrong title - I hit the wrong window... ;-( )
Comment 3 Adam Jackson 2004-09-21 21:40:00 UTC
applied, thanks!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.