Skip to content

Since action is a pointer we want to dereference it and update

Markus Gothe requested to merge fix-pointer-being-overwritten into devel

Since action is a pointer we want to dereference it and update the value it point to, not overwrite the address it points to.

Merge request reports