[536576] Fix usage of malloc/free in opcua

Memory allocated with forte_malloc is freed using forte_free instead of
delete. Also, forte_malloc is used instead of directly malloc

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536576
Signed-off-by: Jose Cabral <cabral@fortiss.org>
2 files changed
tree: 6948b6e81fe72ac1e30dbf1e438e2c93c029f792
  1. .tito/
  2. buildsupport/
  3. doc/
  4. src/
  5. systemd/
  6. systemtests/
  7. tests/
  8. .cproject
  9. .gitignore
  10. .project
  11. 4diac-forte.spec
  12. about.html
  13. CMakeLists.txt
  14. Doxyfile
  15. epl-v10.html
  16. forte_config.h.in
  17. fortestyle.xml
  18. notice.html
  19. README.md
  20. setup_digime74.sh
  21. setup_lmsEv3.sh
  22. setup_phycoreat91.sh
  23. setup_posix-ppc.sh
  24. setup_posix.sh
README.md

Building 4DIAC Forte

Standard POSIX build

./setup_posix.sh
cd bin/posix
make

Resetting CMake files

In case you ran CMake with invalid options it might help to reset the CMake state by deleting CMake intermediate files:

rm -Rf CMakeCache.txt CMakeFiles/

Building a local RPM

For building local RPMs you can use (tito)[https://github.com/dgoodwin/tito]

tito build --test --rpm