[V2.0.11:] Memory leaks when using RegEX callout Topic is solved

Report problems with documented functionality
User avatar
V2User
Posts: 195
Joined: 30 Apr 2021, 04:04

[V2.0.11:] Memory leaks when using RegEX callout

25 Jan 2024, 04:10

Memory grows infinitely when running below code.

Code: Select all

str:='x12y3z58xy'

loop{
	RegExMatch(str,'\d+(?C:RECallout)',&v)
}

RECallout(*){
	return 1
}

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 68 guests