[gnome-builder] editor: remove incorrect assertion



commit 6ac971578a0e100bfd31c416e9c9d506393e4c78
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 12 14:34:12 2017 -0700

    editor: remove incorrect assertion

 src/libide/editor/ide-editor-search.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-search.c b/src/libide/editor/ide-editor-search.c
index af1ff64..983385c 100644
--- a/src/libide/editor/ide-editor-search.c
+++ b/src/libide/editor/ide-editor-search.c
@@ -866,7 +866,6 @@ static void
 ide_editor_search_release_context (IdeEditorSearch *self)
 {
   g_assert (IDE_IS_EDITOR_SEARCH (self));
-  g_assert (self->context != NULL);
 
   if (self->context != NULL && self->interactive == 0 && self->visible == FALSE)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]