Opened 11 years ago
Closed 11 years ago
#9899 closed bug (invalid)
[media-add-ons/writer] MediaWriter.cpp: Mismatching allocation and deallocation
Reported by: | mt | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons | Version: | R1/Development |
Keywords: | Media/writer | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
In MediaWriter::Connected(), Mismatching allocation and deallocation for variable "data". Pointed by cppcheck.
[src/add-ons/media/media-add-ons/writer/MediaWriter.cpp:371]: (error) Mismatching allocation and deallocation: data]
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | 0017-Fix-Mismatching-allocation-and-deallocation.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
This add-on is not part of the build and doesn't build when added (with out without patch).
comment:4 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch