aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-07-29 11:56:27 +0800
committerLAN-TW <lantw44@gmail.com>2013-07-29 11:56:27 +0800
commitdb3fac491de2e761c26505c48675aa3e072182fb (patch)
treebc9a67dfca9695d1487447d1902c45bf9b0aa226
parent9eca996518347dab2c73dbd04b554d90914df91b (diff)
downloadgsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.tar
gsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.tar.gz
gsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.tar.bz2
gsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.tar.lz
gsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.tar.xz
gsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.tar.zst
gsoc2013-epiphany-db3fac491de2e761c26505c48675aa3e072182fb.zip
Fix segmentation fault in the previous commit
-rw-r--r--autoarchive/autoar-extract.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoarchive/autoar-extract.c b/autoarchive/autoar-extract.c
index c88f74e8f..a06bd065f 100644
--- a/autoarchive/autoar-extract.c
+++ b/autoarchive/autoar-extract.c
@@ -558,7 +558,6 @@ _g_signal_emit (gboolean in_thread,
return;
}
- emit_data->used_values = query.n_params + 1;
for (i = 0; i < query.n_params; i++) {
G_VALUE_COLLECT_INIT (emit_data->instance_and_params + i + 1,
query.param_types[i],