@eht16 commented on this pull request.


In plugins/saveactions.c:

>  {
 	gchar *tmp;
 
+	if (target == NULL)
+	{
+		SETPTR(*target, NULL);

This didn't make sense. Thanks for the pointer.
I rewrote the code to return FALSE as it should no valid case when the target variable is NULL.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.