#9867 closed bug (fixed)
[Packageinstaller] PackageItem.cpp: use delete[] instead of delete
Reported by: | mt | Owned by: | sil2100 |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/PackageInstaller | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In PackageItem::ParseAttribute(), use delete[] for deleting *attrData.
Attachments (2)
Change History (5)
by , 11 years ago
Attachment: | 0003-PackageItem-ParseAttribute-use-delete-for-deleing-at.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix applied in hrev45858 - thanks!
comment:3 by , 11 years ago
Thanks for the fix! It's been a while that the code was touched, so it's most likely that there are some outdated/broken parts. +1
Note:
See TracTickets
for help on using tickets.
Patch