From 4daf5b727a8aa45df8f7789a466242505d9ea753 Mon Sep 17 00:00:00 2001 From: paulb Date: Fri, 16 Nov 2007 00:13:35 +0000 Subject: [PATCH] Set item to default_pointer on dispose, to prevent a panic. git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@71170 8089f293-4706-0410-a29e-feb5c42a2edf --- curl_form.e | 1 + 1 file changed, 1 insertion(+) diff --git a/curl_form.e b/curl_form.e index 2e698208..360257a4 100644 --- a/curl_form.e +++ b/curl_form.e @@ -58,6 +58,7 @@ feature -- Command if item /= default_pointer then create l_curl l_curl.formfree (item) + item := default_pointer end end