Kaydet (Commit) dbbb3d5f authored tarafından Enrico Tröger's avatar Enrico Tröger

Oops, forget to remove this.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2035 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b0109e93
......@@ -73,7 +73,6 @@ void tm_workspace_free(gpointer workspace)
tm_tag_free(theWorkspace->global_tags->pdata[i]);
g_ptr_array_free(theWorkspace->global_tags, TRUE);
}
g_unlink(theWorkspace->work_object.file_name);
tm_work_object_destroy(TM_WORK_OBJECT(theWorkspace));
g_free(theWorkspace);
theWorkspace = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment