projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7883b1a
)
Revert "Fix Svace issue."
73/142873/1
author
woochan lee
<wc0917.lee@samsung.com>
Mon, 7 Aug 2017 11:28:48 +0000
(11:28 +0000)
committer
woochan lee
<wc0917.lee@samsung.com>
Mon, 7 Aug 2017 11:28:48 +0000
(11:28 +0000)
This reverts commit
7883b1a651b9417e68df248ace56ce9fdab77a9a
.
Change-Id: I894925b109b1834a907caa8aa256be560dd2f1ac
src/lib/elm_helper.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_helper.c
b/src/lib/elm_helper.c
index 87ae9996a57dac301dddede3acc01ef94c0a342c..a1aae3f4cbd87e0e0e72aa39b02d1f080caec740 100644
(file)
--- a/
src/lib/elm_helper.c
+++ b/
src/lib/elm_helper.c
@@
-18,7
+18,6
@@
elm_validator_regexp_new(const char *pattern, const char *sig)
Elm_Validator_Regexp *validator;
validator = calloc(1, sizeof(Elm_Validator_Regexp));
- if (!validator) return NULL;
validator->signal = eina_stringshare_add(sig ? sig : "default");
validator->status = regcomp(&validator->regex, pattern, REG_EXTENDED | REG_NOSUB) ? ELM_REG_BADPAT : ELM_REG_NOERROR;