Changeset 3612e9f in mainline for kernel/generic/src/proc/program.c

Timestamp:
2018-11-22T20:05:37Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Parents:
ca21f1e2
Message:

Fix function reference counting

After commit 498ced1, a function is created with an implicit reference.
Adding an extra reference for creation thus adds a reference that will
never be dropped and the function will be leaked.

This commit removes the extra reference.

(No files)

Note: See TracChangeset for help on using the changeset viewer.