Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grn_proc_create: stop to re-initialize existing proc object
It's not thread safe because proc object is shared in N threads. It may cause memory leaks because re-initialize code doesn't free existing values.
- Loading branch information