- Timestamp:
- 2015-02-22T22:44:40Z (10 years ago)
- Branches:
- master
- Children:
- 570f183
- Parents:
- 91f06e5
- git-author:
- dequis <dx@…> (22-02-15 22:04:08)
- git-committer:
- dequis <dx@…> (22-02-15 22:44:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/oauth.c
r91f06e5 r05816dd 107 107 if (strncmp((char *) l->data, key, key_len) == 0 && 108 108 ((char *) l->data)[key_len] == '=') { 109 *params = g_slist_remove(*params, l->data); 109 110 g_free(l->data); 110 *params = g_slist_remove(*params, l->data);111 111 } 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.