mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
application: Fix double free
The double free was introduced in 46e4422
.
This fixes #225
This commit is contained in:
parent
82275c7fea
commit
d75a08b9b7
1 changed files with 0 additions and 2 deletions
|
@ -188,8 +188,6 @@ check_dial_number (const gchar *number)
|
|||
|
||||
matches = g_regex_match (reject, number, 0, NULL);
|
||||
|
||||
g_regex_unref (reject);
|
||||
|
||||
return !matches;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue