Remove dlclose function in libgomp TLS patch

Change-Id: Ia98669def6ac551c0e864c3a4767253e84a94921
diff --git a/debian/patches/0002-explicitly-load-libgomp.patch b/debian/patches/0002-explicitly-load-libgomp.patch
index 8d35e41..364ff8f 100644
--- a/debian/patches/0002-explicitly-load-libgomp.patch
+++ b/debian/patches/0002-explicitly-load-libgomp.patch
@@ -11,8 +11,8 @@
 Change-Id: I8ebedaf320a6b4253e8804946e4ff79bbde48ad7
 ---
  libs/gst/helpers/Makefile.am          | 4 +++-
- libs/gst/helpers/gst-plugin-scanner.c | 6 +++++-
- 2 files changed, 8 insertions(+), 2 deletions(-)
+ libs/gst/helpers/gst-plugin-scanner.c | 4 ++++
+ 2 files changed, 7 insertions(+), 1 deletions(-)
 
 diff --git a/libs/gst/helpers/Makefile.am b/libs/gst/helpers/Makefile.am
 index d72a6527..a7c6d6ce 100644
@@ -58,14 +58,6 @@
  #ifndef GST_DISABLE_REGISTRY
    _gst_disable_registry_cache = TRUE;
  #endif
-@@ -66,6 +70,6 @@ main (int argc, char *argv[])
-   /* Create registry scanner listener and run */
-   if (!_gst_plugin_loader_client_run ())
-     return 1;
--
-+  dlclose(handle);
-   return 0;
- }
 -- 
 2.28.0.220.ged08abb693-goog