[gnome-builder] snippet: fix previous commit
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] snippet: fix previous commit
- Date: Thu, 10 Mar 2016 22:34:09 +0000 (UTC)
commit 4025f5e01026d429787a73c258f81b3336195b23
Author: Sebastien Lafargue <slafargue gnome org>
Date: Thu Mar 10 23:33:25 2016 +0100
snippet: fix previous commit
libide/ide-source-snippet-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-source-snippet-parser.c b/libide/ide-source-snippet-parser.c
index a5b4a7e..2bb42cb 100644
--- a/libide/ide-source-snippet-parser.c
+++ b/libide/ide-source-snippet-parser.c
@@ -507,7 +507,7 @@ ide_source_snippet_parser_load_from_file (IdeSourceSnippetParser *parser,
GError **error)
{
GFileInputStream *file_stream;
- g_autoptr(GDataInputStream) *data_stream;
+ g_autoptr(GDataInputStream) data_stream = NULL;
GError *local_error = NULL;
gchar *line;
gchar *basename = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]