Closed
Bug 1214603
Opened 10 years ago
Closed 10 years ago
Fix missing include statements in bluetoothd
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S9 (16Oct)
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(1 file)
Some of the files in bluetoothd use |malloc| and |free|, but don't include stdlib.h. The issue showed up while porting to M.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8673628 -
Flags: review?(brsun)
Comment 2•10 years ago
|
||
Comment on attachment 8673628 [details] [review]
Github pull request
LGTM
Attachment #8673628 -
Flags: review?(brsun) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S9 (16Oct)
You need to log in
before you can comment on or make changes to this bug.
Description
•