From: David I. Lehn Date: Thu, 10 May 2001 20:25:29 +0000 (+0000) Subject: just call exit() once X-Git-Tag: BRANCH-INCSCHED1-200105231-ROOT~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eaced94afc1e5e58a0199383f00fefa3c98f911;p=platform%2Fupstream%2Fgstreamer.git just call exit() once Original commit message from CVS: just call exit() once --- diff --git a/tests/autoplug2.c b/tests/autoplug2.c index 8076fa2..8d2aee9 100644 --- a/tests/autoplug2.c +++ b/tests/autoplug2.c @@ -74,5 +74,4 @@ main (int argc, char *argv[]) xmlSaveFile ("autoplug2_6.gst", gst_xml_write (element)); exit (0); - exit (0); }