diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-08-21 22:35:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-08-21 22:35:13 +0800 |
commit | 3803736b4326d4bc00d58ccd25f910907f0b4521 (patch) | |
tree | 02ad4b3e73a716b0701eddeb412590af81501e13 /libempathy | |
parent | 62e639c4f638eee069d73d3929af121a65bb9c84 (diff) | |
download | gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.tar gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.tar.gz gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.tar.bz2 gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.tar.lz gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.tar.xz gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.tar.zst gsoc2013-empathy-3803736b4326d4bc00d58ccd25f910907f0b4521.zip |
Revert "Don't use deprecated g_mapped_file_free()"
This reverts commit 5a89234873d5c709ee852e2b43220f9c8c0a2033.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-log-store-empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index 0f67073a9..b814defe7 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.c @@ -608,7 +608,7 @@ log_store_empathy_search_new (EmpathyLogStore *self, contents = g_mapped_file_get_contents (file); contents_casefold = g_utf8_casefold (contents, length); - g_mapped_file_unref (file); + g_mapped_file_free (file); if (strstr (contents_casefold, text_casefold)) { |