Actions
Feature #7956
closedSpecification on i2c_register_driver
Start date:
02/06/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
SMG requires accurate resources deallocation which were passed to ldv_emg_i2c_register_driver.
Generally struct i2c_driver *driver is a constant provided by module, and we shouldn’t free it.
Example trace: http://ldvstore:8998/reports/unsafe/133499/
Updated by Evgeny Novikov almost 8 years ago
- Category changed from Tasks generation to Environment models
Updated by Ilja Zakharov almost 8 years ago
- Status changed from New to Feedback
I propose to check it with current master branch after the fix of related issue 7955.
Updated by Anton Vasilyev over 7 years ago
Current version generate correct code for both issues 7955 and 7956
Updated by Ilja Zakharov over 7 years ago
- Status changed from Feedback to Closed
Actions