~ubuntu-branches/ubuntu/saucy/zeitgeist/saucy

« back to all changes in this revision

Viewing changes to extensions/fts++/indexer.cpp

  • Committer: Luke Yelavich
  • Date: 2013-06-26 00:25:54 UTC
  • mfrom: (28.1.2 zeitgeist)
  • Revision ID: luke.yelavich@canonical.com-20130626002554-k570ix39vjum9v9p
Tags: 0.9.14-0ubuntu1
Merge branch lp:~zeitgeist/zeitgeist/saucy-packaging-0-9-14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1081
1081
      }
1082
1082
    }
1083
1083
 
 
1084
    g_ptr_array_set_free_func (results, g_object_unref);
1084
1085
    g_ptr_array_unref (results);
1085
1086
 
1086
1087
    // construct custom where clause which combines the original template
1234
1235
                             ZEITGEIST_ENGINE_ERROR,
1235
1236
                             ZEITGEIST_ENGINE_ERROR_DATABASE_ERROR,
1236
1237
                             "Internal database error");
 
1238
        g_ptr_array_set_free_func (results, g_object_unref);
 
1239
        g_ptr_array_unref (results);
1237
1240
        return NULL;
1238
1241
      }
1239
1242