Fix memory liberation in Filter object
The destructor wasn't checking if the pair was null and so for its members. It's no longer the case. For more informations see #3283.
Please register or sign in to comment
The destructor wasn't checking if the pair was null and so for its members. It's no longer the case. For more informations see #3283.