diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-02 19:48:24 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-02 19:48:24 +0200 |
commit | 9ecd09263535843e287048d299ca5bdfc85d18d9 (patch) | |
tree | f6c424072a154775ff890cbbf90f8b48d9319d42 /CAN-binder/low-can-binding/binding/application.hpp | |
parent | 4ab2164774bdb9a29b2f180a9013c26c0155628d (diff) |
Remove pointer generator that make memory leaks.
Only have 1 place where to generate a pointer from a DiagnosticRequest
is in low-can-cb.cpp when subscribing. Else now using reference instead
of raw pointer.
Change-Id: I7fd2f3d30afa90017b945e6b711922036123b6d3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/binding/application.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/binding/application.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CAN-binder/low-can-binding/binding/application.hpp b/CAN-binder/low-can-binding/binding/application.hpp index 50b2375d..5fa64782 100644 --- a/CAN-binder/low-can-binding/binding/application.hpp +++ b/CAN-binder/low-can-binding/binding/application.hpp @@ -78,8 +78,6 @@ class application_t void set_active_message_set(uint8_t id); - std::shared_ptr<diagnostic_message_t> get_diagnostic_message(const std::string& message_name) const; - DiagnosticRequest* get_request_from_diagnostic_message(const std::string& message_name) const; /* /// TODO: implement this function as method into can_bus class /// @brief Pre initialize actions made before CAN bus initialization |