elm_conform: fix memory leak for state variable

Make sure we actually free state here before going out of scope.

CID: 1353606
This commit is contained in:
Stefan Schmidt 2016-04-18 12:36:11 +02:00
parent 28dfe2f0ff
commit ed793bab3b
1 changed files with 1 additions and 0 deletions

View File

@ -852,6 +852,7 @@ _on_prop_change(void *data,
return ECORE_CALLBACK_DONE;
}
}
free(state);
}
}
else if (sd->win_hidden)