~ubuntu-branches/ubuntu/maverick/gnome-chemistry-utils/maverick

« back to all changes in this revision

Viewing changes to libs/gcu/loader.cc

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2010-03-29 10:49:13 UTC
  • mfrom: (1.1.6 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100329104913-o335elk75e3emtf8
Tags: 0.10.12-2ubuntu1
* Merge from debian testing (LP: #550972).  Remaining changes:
  - debian/patches/disable_check_omf.dpatch: Added to disable check-doc-omf
    as it requires Internet access
  - debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        char *plugins_dir = g_strdup (GCU_PLUGINS_DIR);
152
152
        GSList *dirs = g_slist_prepend (NULL, plugins_dir);
153
153
        go_plugins_init (gcu_get_cmd_context (), NULL, NULL, dirs, true, GO_TYPE_PLUGIN_LOADER_MODULE);
154
 
        g_slist_free (dirs);
155
 
        g_free (plugins_dir);
 
154
        // do not free dirs and plugins_dir, goffice will
156
155
        Inited = true;
157
156
}
158
157